Regular Expressions 101

Community Patterns

split sentence regex

3

Regular Expression
PCRE (PHP <7.3)

/
(?<=[.?!;])\s+(?=\p{Lu})
/
g

Description

no description available

Submitted by anonymous - 9 years ago