Regular Expressions 101

Community Patterns

array() to shorthand []

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?!array\(\n *)array\(\n* *(.*)\)([,;])*
/
gm

Description

PHP array() syntax to shorthand

Submitted by anonymous - 3 years ago