Regular Expressions 101

Community Patterns

Sentence Matcher

1

Regular Expression
ECMAScript (JavaScript)

/
((?:[A-Z]\.|[^\.!?])+)[\.!?]
/
g

Description

Matches sentences, but skips over abreviations

Submitted by Jonathan Mee - 9 years ago