Regular Expressions 101

Community Patterns

0

IE

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago
0

Tilak

PCRE (PHP <7.3)
buddypres filehacker
Submitted by anonymous - 3 years ago

split sentence regex

3

Regular Expression
PCRE (PHP <7.3)

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

Description

Loading markdown...
Submitted by anonymous - 8 years ago