Regular Expressions 101

Community Patterns

someone knows he answer?

1

Regular Expression
PCRE (PHP <7.3)

/
[^{].*=([^=]*)=.*[^}]
/

Description

are both strings matching, I wnat only the second one to match

Submitted by anonymous - 9 years ago