Regular Expressions 101

Community Patterns

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
0

Customer

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

Test

PCRE (PHP <7.3)
no description available
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 - 7 years ago