Navigation: Code Documentation > RSCommon > GRegularExpression > Constants
MetaCharacters Constant
Represents constant MetaCharacters.
Namespace: GRegularExpression
Delphi
MetaCharacters : TCharSet = [ '[', ']', '(', ')', '|', '*', '+', '?', '-', '.', '^', '$'];
Value
Type: TCharSet
•GRegularExpression