Regular Expressions 101

Community Patterns

0

pW

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

Every third (X + 1) character from the end of the word in every word in the text

0

Regular Expression
PCRE (PHP <7.3)

/
\S(?=([\w|"')]{2}\s))
/
gm

Description

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