System.RegularExpressions.TRegEx Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CreatepublicCreates an instance of the TRegEx record.
EscapepublicReplaces some special characters with their escape codes.
IsMatchpublicIndicates if a match is present in the input string.
MatchpublicSearches the input string for the first occurence of a regular expression.
MatchespublicReturns all the matches present in the input string.
ReplacepublicReplace all matches in an Input string with a Replacement string.
SplitpublicSplits the input string according to matches by a regular expression.