List of Regex methods

From m204wiki
Revision as of 15:12, 11 March 2022 by Wiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 exprssion
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 replacment value
ReplaceUnicodeUnicode replacment 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