A simple struct that determines a range in a string. A range is not bound to a certain string object and its validty has to be checked when used.
Definition at line 43 of file regexmatcher.inl.
Public Field Index: | |
| integer | Length |
| The length of this range in a string. | |
| integer | Position |
| The starting index of this range in a string. | |
| integer alib::strings::util::RegexMatcher::SRange::Length |
The length of this range in a string.
Definition at line 45 of file regexmatcher.inl.
| integer alib::strings::util::RegexMatcher::SRange::Position |
The starting index of this range in a string.
Definition at line 44 of file regexmatcher.inl.