Regular Expressions 101

Community Patterns

0

logs

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

USD

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

image cid

Golang
no description available
Submitted by anonymous - 6 years ago
0

Email

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

Extract the only the Nth field from a delimited string

0

Regular Expression
PCRE (PHP <7.3)

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

Description

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