Regular Expressions 101

Community Patterns

Regex_All_Language

0

Regular Expression
PCRE (PHP <7.3)

/
^[\p{L}\p{M}]+([\p{L}\p{Pd}\p{Zs}'.]*[\p{L}\p{M}])+$|^[\p{L}\p{M}]+$
/
gm

Description

no description available

Submitted by anonymous - 4 years ago