Navigation: Code Documentation > RSCommon > GRegularExpression > Classes > TGRegularExpression > Properties
TGRegularExpression.Expression Property
Specifies the regular expression to match strings against.
Namespace: GRegularExpression
Delphi
published property Expression: TRegExString read FExpression write SetExpression;
Property Value
Type: TRegExString
•GRegularExpression.TGRegularExpression.ParseExpression
•GRegularExpression.TGRegularExpression.ExactMatch(TRegExString)
•GRegularExpression.TGRegularExpression.Match(TRegExString,Integer,Integer,Boolean)
•TGRegularExpression
•GRegularExpression