close
https://jsbin.com/wonihum/8/edit?html,js,output
簡單的來說RegExp就是在指定的字串中搜尋特定的字元。
test()如果該字串中有出現特定字元
回傳值為 ture
test()如果該字串裡沒有特定的字元
回傳值為false
exec()如果該字串中有出現特定字元
直接回傳該特定字元
exec()如果該字串中沒有出現特定字元
直接回傳null
全站熱搜
https://jsbin.com/wonihum/8/edit?html,js,output
簡單的來說RegExp就是在指定的字串中搜尋特定的字元。
test()如果該字串中有出現特定字元
回傳值為 ture
test()如果該字串裡沒有特定的字元
回傳值為false
exec()如果該字串中有出現特定字元
直接回傳該特定字元
exec()如果該字串中沒有出現特定字元
直接回傳null
留言列表