Hi Folks,
I am Getting an error for a simple Regular Expression:
System.Text.RegularExpressions.Regex.Replace(“gkger8903^@#*”,“[^a-z A-Z 0-9]”,“”)
Thank you inadvance!
Hi Folks,
I am Getting an error for a simple Regular Expression:
System.Text.RegularExpressions.Regex.Replace(“gkger8903^@#*”,“[^a-z A-Z 0-9]”,“”)
Thank you inadvance!
You copy pasted I guess…Please remove the inverted comma and re add them in the studio editor
“ is wrong "
is correct
cheers
I did not realize that !, thank you buddy…
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.