Closed DeepChirp closed 3 years ago
正则表达式不是这样。。。
正则表达式不是这样。。。
.*\.cnki\.net.*/.*/Detail
这个正则好像测试是可以的,您修改一下吧
@rxliuli 您好!该正则似乎可用,我先合并了吧
嗯,这段时间在跨省搬家,实在没有心思写代码 xd
shenzhiming88 @.***> 于2021年7月7日周三 下午11:46写道:
正则表达式不是这样。。。
..cnki.net./.*/Detail 这个正则好像测试是可以的,您修改一下吧
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rxliuli/userjs/pull/42#issuecomment-875716505, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF3MF4BQUZMQOI7EIJ3W5UDTWRZG3ANCNFSM4726UPCA .
@rxliuli 好的,请问一下这个有什么方法可以忽略大小写吗?使用[]
的话太麻烦了,但是/i
好像又不支持。。。
需要添加 -i 的 flag,而且是全局生效的。。。
添加知网 形如:
*://*.cnki.net*/*/Detail*
实例:https://kns.cnki.net/KXReader/Detail?TIMESTAMP=637611252069189453&DBCODE=CCND&TABLEName=CCNDTEMPDAY&FileName=ZGJY20210705C021&RESULT=1&SIGN=3gMoq2DKy2Od77qdiBmyohav4rU%3d
这样写正则应该没问题吧