正则结合

以某个字符开头spa

例子:以0开头code

new RegExp('^0')

 

不以某个字符开头blog

例子:不以0开头class

new RegExp('^(?!0)')
相关文章
相关标签/搜索