Regular Expressions 101

Community Patterns

0

sps

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

ul-li discover

PCRE (PHP <7.3)
ul li discovered
Submitted by anonymous - 6 years ago

Extract the only the Nth field from a delimited string

1

Regular Expression
PCRE (PHP <7.3)

/
\A(?:[^\|]+\|){2}\K(?P<foo>[^\|]*)
/
g

Description

Loading markdown...
Submitted by 0jag - 6 years ago