Regex question in C#
Posted
by Gold
on Stack Overflow
See other posts from Stack Overflow
or by Gold
Published on 2010-04-14T18:01:17Z
Indexed on
2010/04/14
18:03 UTC
Read the original article
Hit count: 436
hi
how to remove only one char (") if there two("") from the string in C# (Regex )
ex.:
123"43""343"54"" ==> 123"43"343"54"
"abc""def"gh""i ==> "abc"def"gh"i
thank's in advance
© Stack Overflow or respective owner