Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-26 17:05
Flavor·ECMAScript (JavaScript)

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

Description

[A-Z][^.?!]+[.?!]

Submitted by anonymous