regex - Reguar expression to allow few Special Characters -


I'm new to validation via RegEx

I have an input field through regex

must be alphanumeric characters - _ / / ()

In this case, your regex will set a set (you \ ):

  ^ [a-zA-Z0-9 \ -_ \ / \. \ (\)] * $  

Comments

Popular posts from this blog

scala - Play Framework - how to bind form to a session field -

c++ - Why does Visual Studio Release build break on non-executing code line -

Firefox reacting to JQuery setTimeout that doesn't apply -