close

https://jsbin.com/wonihum/8/edit?html,js,output

簡單的來說RegExp就是在指定的字串中搜尋特定的字元。

test()如果該字串中有出現特定字元

回傳值為 ture

test()如果該字串裡沒有特定的字元

回傳值為false

exec()如果該字串中有出現特定字元

直接回傳該特定字元

exec()如果該字串中沒有出現特定字元

直接回傳null

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 A&B 的頭像
    A&B

    網頁前端新手上路辛酸史

    A&B 發表在 痞客邦 留言(0) 人氣()