正則結合

以某個字符開頭spa

例子:以0開頭code

new RegExp('^0')

 

不以某個字符開頭blog

例子:不以0開頭class

new RegExp('^(?!0)')
相關文章
相關標籤/搜索