Regular Expressions 101

Community Patterns

two " to triple

0

Regular Expression
Python

r"
(\"\")(?![\)\]\}(\,\s)])|(?<![\n\(\[\{\=(\,\s)])(\"\")|(?<=\n)(\"\")|(\"\")(?=\n)
"
gm

Description

no description available

Submitted by anonymous - 5 years ago