Navigation: Code Documentation > RSCommon > GRegularExpression > Enumerations
TRegExMatchType Enumeration
Represents type TRegExMatchType.
Namespace: GRegularExpression
Delphi
type TRegExMatchType = (reNone, reAnyChar, reChar, reCharSet, reNotCharSet, reTerminal, reUnused);
Name
Description
reAnyChar
Represents constant reAnyChar.
reChar
Represents constant reChar.
reCharSet
Represents constant reCharSet.
reNone
Represents constant reNone.
reNotCharSet
Represents constant reNotCharSet.
reTerminal
Represents constant reTerminal.
reUnused
Represents constant reUnused.
Top
•GRegularExpression