/
CheckRegularExpressionOnStr

CheckRegularExpressionOnStr

Parameter

(Expression, Text : String) : Boolean;

Beschreibung

Die Methode CheckRegularExpressionOnStr prüft die Gültigkeit des regulären Ausdrucks Expression auf Text und gibt im Ergebnis true oder false zurück.

Beispiel

Result := CheckRegularExpressionOnStr('\d{6},'12345'); {Gibt false zurück - Bedingung nicht erfüllt}

Related content

CheckRegularExpressionOnStr
CheckRegularExpressionOnStr
More like this
CheckRegularExpressionOnStr
CheckRegularExpressionOnStr
More like this
GetFromRegularExpression
GetFromRegularExpression
More like this
GetFromRegularExpression
GetFromRegularExpression
More like this
GetFromRegularExpression
GetFromRegularExpression
More like this
GetFromRegularExpression
GetFromRegularExpression
More like this