kazupon / vue-validator

:white_check_mark: Validator component for Vue.js
MIT License
2.19k stars 431 forks source link

pattern \w cannot match Number? #281

Closed LiPinghai closed 8 years ago

LiPinghai commented 8 years ago

when I used \w, it can match just letter but not number or underline

vip30 commented 8 years ago

http://jsfiddle.net/5um0mjta/5/

I can match number and underline. Is there any misunderstanding ?

LiPinghai commented 8 years ago

"\w",I wrote as "\w",thanks a lot @vip30