Community Patterns

Community Library Entry

1

Regular Expression
Created·2022-04-15 14:59
Flavor·PCRE2 (PHP)

/
SQL: \[\d+\] (?<sql>.*) Sent SQL: \[\d+\] (?<send_sql>.*) Params:
/
s
Open regex in editor

Description

解析php pdo 的 debugDumpParams 输出的数据。

Submitted by anonymous