处理正则表达式的方法
regexp.exec http://www.w3school.com.cn/js/jsref_exec_regexp.asp regexp.test http://www.w3school.com.cn/js/jsref_test_regexp.asp string.match http://www.w3school.com.cn/js/jsref_match.asp string.replace http://www.w3school.com.cn/js/jsref_replace.asp string.search http://www.w3school.com.cn/js/jsref_search.asp string.split http://www.w3school.com.cn/js/jsref_split.asp