Hello All,
I am just learning regex, I need to give a alert when user enters % or * signs anywhere in the name field of my Struts(java) app. I have ^[^%*]+$ this working but just wanted to make sure I have it correct. Thanks in advance for help.
Regards,
Srini
^[^%*]+$ this working but just wanted to make sure I have it correct. Thanks in advance for help.
Regards,
Srini