Regular Expressions 101

Community Patterns

Match string between brackets with two groups

0

Regular Expression
PCRE (PHP <7.3)

/
jform\[([\w\-]+)\]\[?([\w\-]+)?\]?
/
gm

Description

Loading markdown...
Submitted by anonymous - 4 years ago