The Wayback Machine - https://web.archive.org/web/20201023070254/https://github.com/Privilger/proxy-rules
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
js
 
 
 
 
 
 
 
 

README.md

正则表达式匹配常用技巧

功能 表达 解释
匹配任意字符串 [\s\S]* \s空白符,\S非空白符,所以[\s\S]是任意字符
匹配包含某字符串xxx [\s\S]*xxx[\s\S]* 嗯,就是把匹配任意字符串合起来

资源

https://github.com/NobyDa/Script/tree/master

About

No description or website provided.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.