Regular Expressions 101

Community Library

Community Library Entry

1

Regular ExpressionOpen Workspace

r"
\"[^""\r\n\\]*(?:"".[^""\r\n\\]*)*\"
"
gmi

Description
Created·2014-05-20 11:06
Type·Substitution
Flavor·Python

Get all strings in vb.net format (even nested quotes"

Submitted by Alan Moore (http://stackoverflow.com/questions/2148587/finding-quoted-strings-with-escaped-quotes-in-c-sharp-using-a-regular-expression) modified by j
Open Workspace