Regular Expressions 101

Community Patterns

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

no description available

Submitted by anonymous - 3 years ago