Regular Expressions 101

Community Patterns

array() short syntax []

1

Regular Expression
PCRE2 (PHP >=7.3)

/
array\s*\(\s*([^)]*)\s*\)
/
gm

Description

In PHP scripts replace array() with short syntax []

Submitted by papi Jo - 16 days ago