Regular Expressions 101

Community Patterns

Just a Test

1

Regular Expression
PCRE (PHP <7.3)

/
[^[:alnum:]äÄüÜöÖß0-9\-\.\s]+
/
i

Description

Just a Test with the regex101 Tool

Submitted by Manuel - 8 years ago