J
Jimmy
Hello,
If I want to check in C# code that if there is a & in my string variable
using
RegExp, how should I inform RegExp about &-char? Is just &, \&, & or
something else? I have strucled with this small issue two days and I still
not
sure how C# accpets &-char in Regular Expresions.
Can anyone help?
Cheers!
If I want to check in C# code that if there is a & in my string variable
using
RegExp, how should I inform RegExp about &-char? Is just &, \&, & or
something else? I have strucled with this small issue two days and I still
not
sure how C# accpets &-char in Regular Expresions.
Can anyone help?
Cheers!