Regular Expressions 101

Community Patterns

Valid Schufa Strings

1

Regular Expression
PCRE (PHP <7.3)

/
^[0-9a-zäöüÄÜÖß \/:\(\),'\.-]*$
/
i

Description

All strings(name, surname, street..) which are exeptepted by the Schufa SLIM-2 API (German identity check system)

Submitted by anonymous - 8 years ago