System.RegularExpressions.TRegEx Methods
InheritedProtected
Create | public | Creates an instance of the TRegEx record. |
Escape | public | Replaces some special characters with their escape codes. |
IsMatch | public | Indicates if a match is present in the input string. |
Match | public | Searches the input string for the first occurence of a regular expression. |
Matches | public | Returns all the matches present in the input string. |
Replace | public | Replace all matches in an Input string with a Replacement string. |
Split | public | Splits the input string according to matches by a regular expression. |