字符串
length属性
chatAt()/charCodeAt()/fromCharCode()
indexOf()/lastIndexOf()
toLowerCase()/toUpperCase()
slice()/substring()
split()/replace()
Math和Date
Math.PI
Math.abs(x)
Math.ceil(x)/floor(x)/round(x)
Math.min()/Math.max()
Math.random()
Date()
RegExp
两种创建正则对象的方法
test()/exec()/compile()
string对象的match函数和search函数
贪婪匹配和惰性匹配
多选分支
位置匹配