Regular Expressions 101

Community Patterns

0

my_device_usage

PCRE2 (PHP >=7.3)
usage
Submitted by Keith - 9 months ago
0

email

PCRE2 (PHP >=7.3)
validate email
Submitted by anonymous - 9 months ago

regex for name unicode

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^[\p{L}\p{Mn}\p{Pd}\'\x{2019}]+(\s[\p{L}\p{Mn}\p{Pd}\'\x{2019}]+)+$
/
gm

Description

Loading markdown...
Submitted by hao.nguyen - 8 months ago