Is there a regex pattern which will match a VB.Net string? I.E. a regex
which matches ...
"this is a ""vb.net"" string"
(I don't want three matches in this case, I want one.) I've come up with
various solutions for the two-double-quotes-in-a-row problem but none of
them have worked out.
Thanks, Bob
which matches ...
"this is a ""vb.net"" string"
(I don't want three matches in this case, I want one.) I've come up with
various solutions for the two-double-quotes-in-a-row problem but none of
them have worked out.
Thanks, Bob
Comment