List of Regex methods
Jump to navigation
Jump to search
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 expression |
| 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 replacement value |
| ReplaceUnicode | Unicode replacement 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 |