Regular Expressions 101

Community Patterns

sentence checker

1

Regular Expression
PCRE (PHP <7.3)

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

Description

This will check for any no of strings

Submitted by noby nirmal - 8 years ago