Regular Expressions 101

Community Patterns

0

Attribute value

PCRE2 (PHP >=7.3)
eeee
Submitted by Me - 3 months ago
0

AT+ - Image

PCRE2 (PHP >=7.3)
parse at+ syntax
Submitted by Carsten - 3 months ago

split sentence regex

3

Regular Expression
PCRE (PHP <7.3)

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

Description

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