I have the following regular expression but I want the text box to allow the dash character
^[0-9a-zA-Z /_?:.,s]+$
Anyone know how I can do this?
See Question&Answers more detail:osI have the following regular expression but I want the text box to allow the dash character
^[0-9a-zA-Z /_?:.,s]+$
Anyone know how I can do this?
See Question&Answers more detail:os