/
GetFromRegularExpression

GetFromRegularExpression

Parameter

(Expression, Text, Separator : String) : String;

Beschreibung

Die Methode GetFromRegularExpression extrahiert alle Vorkommen des regulären Ausdrucks Expression in Text und gibt diese mit Separator getrennt im Ergebnis zurück.

Beispiel

Result := GetFromRegularExpression('\d{6}',Das ist ein Test 123456','');

Related content

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