Regular Expressions 101

Community Patterns

Add new line to every 2 sentences

0

Regular Expression
PCRE2 (PHP >=7.3)

/
([^\.\?!\n]{5,}[\.\?!]+){2}
/
gm

Description

Submitted by anonymous - a year ago