G
Guest
Hi,
I'm trying to replace parenthesis using Regex.replace but I'm always having
this error:
System.ArgumentException: parsing "
" - Too many )'s. Parameter name: 
Here's my code:
Regex.Replace(input,"
","img",RegexOptions.Compiled |
RegexOptions.IgnoreCase);
Any idea why? Any solution?
Thanks
Steph
I'm trying to replace parenthesis using Regex.replace but I'm always having
this error:
System.ArgumentException: parsing "


Here's my code:
Regex.Replace(input,"

RegexOptions.IgnoreCase);
Any idea why? Any solution?
Thanks
Steph