Regular Expressions 101

Community Patterns

sentence break

0

Regular Expression
ECMAScript (JavaScript)

/
[^".”()\d]?(\.{1}\s?)[^".”()\s].
/
g

Description

breaks the blobs into sentences

Submitted by Imran A - 3 years ago