List of Regex methods

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The following are the available Regex class methods.

MethodDescription
CopyReturn a copy of a Regex object
DeepCopyReturn a deep copy of a Regex object
IsUnicodeIs this a Unicode regular expression
LocateFind next item in Stringlist that matches a regex
LocateUpFind next item in Stringlist that matches a regex
MatchPosition after match of regex
NewCreate new Regex instance
OptionsRegular expression options
RegexStringString regular expression
RegexUnicodeUnicode regular expression
ReplaceReplace regex match(es)
ReplaceStringString replacement value
ReplaceUnicodeUnicode replacement value
SplitSplit string using regex, creating new Stringlist
SubsetCreate subset of Stringlist that matches a regex
TraceTrace regular expression processing
UnicodeReplaceReplace regex match(es) for Unicode

See also