jQuery validation issue for allowed characters -


i use jquery validation in php page. specific input field set following criteria:

accept: "[a-zÀ-ú0-9.,'& -]+" 

i want allow alphanumeric characters (both lowercase , uppercase), point, comma, single quote, ampersand, blank space , hyphen.

it seems work fine, noticed characters \ (backslash) , ^ (caret) still accepted.

is jquery bug? if not, please me find out what's wrong code? thank in advance


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -