Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Python

r"
\"(?:(?:(?!\\)[^\"])*(?:\\[/bfnrt]|\\u[0-9a-fA-F]{4}|\\\\)?)+?\"
"
gm

Description

Can process a JSON string

Submitted by Mass - 3 years ago (Last modified 3 years ago)