Regular Expressions 101

Community Patterns

0

Tele

PCRE (PHP <7.3)
no description available
Submitted by Alpha - 9 years ago

Wrap long string to spec length

29

Regular Expression
PCRE (PHP <7.3)

/
(\b.{1,40})(?:\s+|\n|$)
/
iug

Description

Loading markdown...
Submitted by fullpipe - 10 years ago