Regular Expressions 101

Community Patterns

JSON string

0

Regular Expression
Python

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

Description

Can process a JSON string

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