Regular Expressions 101

Community Patterns

SELECT to Max lengths

0

Regular Expression
PCRE (PHP <7.3)

/
\s([A-Z_]+\.)([A-Za-z0-9_]+)
/
g

Description

no description available

Submitted by Jordi - 8 years ago