Regular Expressions 101

Community Patterns

Every third (X + 1) character from the beginning of each 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