List of Regex methods
The following are the available Regex class methods.
Method | Description |
---|---|
Copy | Return a copy of a Regex object |
DeepCopy | Return a deep copy of a Regex object |
IsUnicode | Is this a Unicode regular exprssion |
Locate | Find next item in Stringlist that matches a regex |
LocateUp | Find next item in Stringlist that matches a regex |
Match | Position after match of regex |
New | Create new Regex instance |
Options | Regular expression options |
RegexString | String regular expression |
RegexUnicode | Unicode regular expression |
Replace | Replace regex match(es) |
ReplaceString | String replacment value |
ReplaceUnicode | Unicode replacment value |
Split | Split string using regex, creating new Stringlist |
Subset | Create subset of Stringlist that matches a regex |
Trace | Trace regular expression processing |
UnicodeReplace | Replace regex match(es) for Unicode |