Methods - cRegEx¶
Include: Use System\Regex.pkg
This page lists the methods - cregex documented for this class.
- Match - Returns whether the expression matches the input.
- MatchAll - Returns all matched strings.
- MatchAllCallback - Invokes a callback for matches.
- MatchAllGroups - Returns matched capture groups.
- MatchAllOffsets - Returns match offsets.
- RMatch - Matches from the right.
- Split - Splits input around matches.
- Substitute - Replaces the first match.
- SubstituteAll - Replaces every match.
- SubstituteExCallback - Builds replacements through a callback.