Regular Expressions 101

Community Patterns

Sentence checker

1

Regular Expression
ECMAScript (JavaScript)

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

Description

This will validate any nu of lines

Submitted by noby nirmal - 8 years ago