我是比較新的JavaScript,並要設計具有以下字段需要與JavaScript表單驗證
name must start with a capital letter and must have only the characters a-z and A-Z and password_field => (must contain atleast two symbols from the list [ @,#,$,%,^,& ]
形式vlalidator幫助最新最好的方式來滿足上述所有條件?我應該使用regex
c還是什麼?
不超過4個空格呢? – zbuddy 2011-05-24 09:55:23
那麼,也許'str.replace(/ [^]/g,'').length <= 4',這是否符合您的需求? – pimvdb 2011-05-24 10:05:13
我想我已經發布了兩個條件,但如果你確實需要正則表達式,我會更新我的答案。 – pimvdb 2011-05-24 10:13:24