Regular Expressions 101

Community Patterns

Extraction of Boolean Status by Object ID (JSON)

0

Regular Expression
PCRE2 (PHP >=7.3)

/
"28": (true|false)
/
gm

Description

Extraction of boolean status by object ID from JSON string

Submitted by Michael S. - 2 years ago