J
Juan
Hi, I´m using System.Text.RegularExpressions, I want to find any acurrence
of the char & or % or |
Ehat is the correct sintax for the Match method? This is what I´m usinf but
is not working:
Match myMatch = Regex.Match(myString,"^[&|%]*$");
Thanks,
Juan.
of the char & or % or |
Ehat is the correct sintax for the Match method? This is what I´m usinf but
is not working:
Match myMatch = Regex.Match(myString,"^[&|%]*$");
Thanks,
Juan.