Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-01-09 23:25
Flavor·Python

r"
(?:[^ ,?\\]*([^ ,?\\])[ ,?\\]+(?:(?=\1))+)+[^ ,?\\]+
"
g
Open regex in editor

Description

Matches every sentence in your string

Submitted by anonymous