S
Sathyaish
RegEx heros,
I want to validate a certain field such that it shouldn't contain the
percentage character (%) or the asterisk character symbol (*). The
specification is that:
(1) The field must not contain the percentage symbol; AND
(2) The field must not contain the asterisk symbol.
It should contain neither of them. Can you please help me with the
RegEx for this?
I want to validate a certain field such that it shouldn't contain the
percentage character (%) or the asterisk character symbol (*). The
specification is that:
(1) The field must not contain the percentage symbol; AND
(2) The field must not contain the asterisk symbol.
It should contain neither of them. Can you please help me with the
RegEx for this?