View method list in alphabetical order.
| Name |
Type |
Description |
Defining Class |
| Match |
Function |
Finds the offset of the first match in the subject string |
cRegEx |
| MatchAll |
Function |
Finds all matches and returns the match values in a string array |
cRegEx |
| MatchAllCallback |
Function |
Calls a procedure for each match in the subject string |
cRegEx |
| MatchAllGroups |
Function |
Finds all individual matching groups and returns them in a two dimensional array |
cRegEx |
| MatchAllOffsets |
Function |
Finds all matches and returns their start and end offsets in a two-dimensional array |
cRegEx |
| RMatch |
Function |
Finds the offset of the last match in the subject string |
cRegEx |
| Split |
Function |
Splits the subject string using matches of the expression as delimiters |
cRegEx |
| Substitute |
Function |
Replaces the first match in the subject string |
cRegEx |
| SubstituteAll |
Function |
Replaces all matches in the subject string |
cRegEx |
| SubstituteExCallback |
Function |
Replaces all matches in a string with result of a function |
cRegEx |
Inherited Methods from cObject