Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-08-27 10:03
Flavor·PCRE (Legacy)

/
([^"{,]+)\s*:\s*"([^"]*)",?
/
g
Open regex in editor

Description

正则表达式查找"key":"value"对

Submitted by hippopie