[Javascript] 正則表達式

正則表達式
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions

RegExp 對象
https://wangdoc.com/javascript/stdlib/regexp.html

JavaScript(E5,6) 正則學習總結學習,可看可不看!
https://segmentfault.com/a/1190000016593077

輕鬆入門正則表達式
https://www.jianshu.com/p/4f5a57531029

正則表達式Regular Expression是一種表達文字模式(即字串結構)的方法,主要可通過兩種方式建構,第一種是使用字面量,以斜杠表示開始和結束,另一種是使用RegExp構造函數。


#Regular Expression, Javascript, RegExp, 正則表達式

留言