Regular Expressions 101

Community Patterns

1...34567...137

text between two parameters

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<=\:)(.*?)(?=\()
/
gm

Description

the gray ones are the wanted parameters

Submitted by anonymous - 2 years ago