Regular Expressions 101

Community Patterns

regex to check array field with true, false value

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^\'(a|A)ctive(.*)(true|false)\;$
/
gm

Description

Loading markdown...
Submitted by Saurabh - 3 years ago