Regular Expressions 101

Community Patterns

Test prioritized match

1

Regular Expression
PCRE (PHP <7.3)

/
\s*([a-zA-Z])(?(?=\S*?[qwrtpsdfghjklzxcvbnmQWRTPSDFGHJKLZXCVBNM]\S)(?:\S*?)([qwrtpsdfghjklzxcvbnmQWRTPSDFGHJKLZXCVBNM])|([eyuioaEYUIOA]))?[a-zA-Z]*?([a-zA-Z])?[-\?\.,\s+]
/
g

Description

no description available

Submitted by anonymous - 10 years ago