12313123/12313123/asfadfafd
23412341341143/23412341341143/aasdfasfadf
这种模式怎么匹配?
match = value.match(/(\d+)/(\d+)/\w+/) match && match[1]==match[2] 对相同字符串出现2次,不是用正则表达式描述的
不用对返回的match进行判断,只用正则表达式可以描述这种字符么?
12313123/12313123/asfadfafd
23412341341143/23412341341143/aasdfasfadf
这种模式怎么匹配?
match = value.match(/(\d+)/(\d+)/\w+/) match && match[1]==match[2] 对相同字符串出现2次,不是用正则表达式描述的
不用对返回的match进行判断,只用正则表达式可以描述这种字符么?