Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-04-16 11:54
Flavor·ECMAScript (JavaScript)

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

Description

Matches sentences, but skips over abreviations

Submitted by Jonathan Mee