Regular Expressions 101

Community Patterns

test1 php

1

Regular Expression
PCRE (PHP <7.3)

/
[^\p{L}\p{M}\'\s\.\-]+
/
i

Description

no description available

Submitted by anonymous - 8 years ago