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 beginning of each 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