Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-08-26 06:43
Flavor·Python

r"
([\'\"])([^\\]|\\.(?#如果有转义字符,必然是成对出现))*?\1(?#匹配和前面相同的引号)
"
gmu
Open regex in editor

Description

no description available

Submitted by anonymous