Regular Expressions 101

Sponso⁠rs

Community Library

Community Library Entry

1

Regular ExpressionOpen Workspace

/
([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

Description
Created·2023-10-02 14:47
Updated·2023-10-06 18:28
Type·Substitution
Flavor·PCRE2 (PHP)

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

Submitted by Andrew Stevens
Open Workspace