Opened 9 years ago
Closed 9 years ago
#315 closed enhancement (fixed)
Backward search for Universal_String.Index
Reported by: | Pavel Zhukov | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.6.0 |
Component: | Matreshka - League | Version: | |
Keywords: | Cc: | Pavel Zhukov |
Description
Something like:
function Index
(Self : Universal_String'Class;
Character : League.Characters.Universal_Character'Class;
Direction : Directions := Forward) return Natural;
-- Returns index of the first (or last if Direction := Backward) occurrence of the specified character in the
-- string, or zero if there are no occurrences.
Change History (3)
comment:1 by , 9 years ago
comment:3 by , 9 years ago
Component: | Matreshka → Matreshka - League |
---|---|
Milestone: | → 0.6.0 |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 4011: