I have 2 forms that have text input fields. One is written in JavaScript and the other in ASP NET. I would like to prevent a single symbol, the dollar or string "$" symbol from being entered into the form. I have attempted regular expressions
and can't seem to figure it out. Any assistance would be welcomed.
↧