Dear Programmers, please help me out in this scenario:-
I want my textbox should accept only special characters only once.
It means for example:
It should not allow '%' symbol more than once.
All the special characters should be allowed only once in my textbox in JS.
Thanx Inadvance.
I want my textbox should accept only special characters only once.
It means for example:
It should not allow '%' symbol more than once.
All the special characters should be allowed only once in my textbox in JS.
Thanx Inadvance.
Comment