Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-05-16 13:12
Flavor·PCRE2 (PHP)

/
array\s*\(\s*([^)]*)\s*\)
/
gm
Open regex in editor

Description

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

Submitted by papi Jo