if(/[~!@\#$%<>^&*\-\=+\']/gi.test(value)){     return false ;    }


@ 대략 위와 같은식으로 regexp object의 test 함수를 사용.

@ 자세한 정보 

http://nomasumer.egloos.com/9328413

http://www.w3schools.com/jsref/jsref_obj_regexp.asp






Posted by Taoist
,