I am very new to regex and JavaScript.
I need a regex for validate only alphanumeric characters and full stop (.), comma(,), colon(:), and semicolon(;).
|
I am very new to regex and JavaScript. I need a regex for validate only alphanumeric characters and full stop (.), comma(,), colon(:), and semicolon(;). |
|||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
If you want to verify that the complete line contains only the allowed characters:
If the string is allowed to be empty, then turn the |
|||||||
|