Navigation: Code Documentation > RSCommon > GRegularExpression > Classes > TGRegularExpression > Methods
TGRegularExpression.Examples Method
Returns a string array of example strings that match the regular expression. The size of the string array is specified by the MaxExamples property.
Namespace: GRegularExpression
Delphi
public function Examples: TRXStringArray; overload;
Return Value
Type: TRXStringArray
•GRegularExpression.TGRegularExpression.MaxExamples
•GRegularExpression.TGRegularExpression.Expression
•GRegularExpression.TGRegularExpression.Match(TRegExString,Integer,Integer,Boolean)
•GRegularExpression.TGRegularExpression.ExactMatch(TRegExString)
•TGRegularExpression
•GRegularExpression