Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-10-02 14:47
Updated·2023-10-06 18:28
Flavor·PCRE2 (PHP)

/
([a-zA-Z_]\w+|[a-zA-Z]\w*|\[\s*[a-zA-Z_]\w+\s*\]|\[\s*[a-zA-Z]\w*\s*\])\s*\[\s*['"]([a-zA-Z_]\w+|[a-zA-Z]\w*)['"]\s*\]
/
gm
Open regex in editor

Description

finds and replaces square bracketed string literals with period and the field name

Submitted by Andrew Stevens