Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-16 15:37
Flavor·PCRE2 (PHP)

/
\(\s*.*?\w*\h*,(*SKIP)(*F)|(?|(")[^"\\]*(?:\\.[^"\\]*)*"|(')[^'\\]*(?:\\.[^'\\]*)*')
/
gm
Open regex in editor

Description

See https://onlinephp.io/c/a21b4 for PHP preg_replace_callback results

Submitted by anonymous