Regular Expressions 101

Community Patterns

c#

4

Regular Expression
PCRE (PHP <7.3)

/
^[a-zA-Z_\s\w.]*(?![\w\.\(\[])
/

Description

no description available

Submitted by anonymous - 8 years ago