Regular Expressions 101

Community Patterns

0

rs-reg

PCRE (PHP <7.3)
personal patterns
Submitted by anonymous - 4 years ago

form regex

1

Regular Expression
ECMAScript (JavaScript)

/
^[a-zA-Z0-9 @#$^,:\(\)_+\[\]{}~]+$
/
g

Description

Loading markdown...
Submitted by anonymous - 7 years ago