Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-03-30 17:54
Flavor·ECMAScript (JavaScript)

/
[\S]+?[[\S\s]+?(?:[\.?!])
/
gm
Open regex in editor

Description

Split sentences in a text. Can be used to build text manager apps.

Submitted by Danilo Celestino de Castro