Regular Expressions 101

Community Patterns

get arrays from Json

0

Regular Expression
PCRE (PHP <7.3)

/
(?<=video_versions":)\[(?:[^\[\]]|(?R))*\]
/
gm

Description

get arrays from Json

Submitted by fawaz - 2 years ago