Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-05-28 12:45
Flavor·PCRE (Legacy)

/
((([A-Z][a-z]*(\s))([a-z]*(\s))*[a-z]*[.])(\s)*)*(?!([A-z0-9]*(\s)))
/
Open regex in editor

Description

This will check for any no of strings

Submitted by noby nirmal