Matches the input text against the current regular expression state machine. The Text must match the regular expression from the very first character. Returns true if the text matches the regular expression.
Note |
---|
If the regular expression is empty (Expression = ''), the method will always return false. |
Namespace: GRegularExpression
Delphi |
public |
Parameters
Text
Type: System.Void
Type: Boolean