Regular Expressions 101

Community Patterns

utf-8 language

0

Regular Expression
PCRE (PHP <7.3)

/
([\pL\pM _()$&"'0-9\/!@^=+*-])+
/

Description

this regex is support for all languages

Submitted by Jigar Dhaduk - 9 years ago