minimatch:JavaScript中的全局匹配器 源码
小匹配 最小匹配实用程序。 这是npm内部使用的匹配库。 它通过将glob表达式转换为JavaScript RegExp对象来工作。 用法 var minimatch = require ( "minimatch" ) minimatch ( "bar.foo" , "*.foo" ) // true! minimatch ( "bar.foo" , "*.bar" ) // false! minimatch ( "bar.foo" , "*.+(bar|foo)" , { debug : true } ) // true, and noisy! 特征 支持以下glob功能: 支撑扩展 扩展的全局匹配 “ Globstar” **匹配 看: man sh man bash man 3 fnmatch man 5 gitignore 迷你比赛类别 通过实例化minimatch.
文件列表
minimatch-master.zip
(预估有个17文件)
minimatch-master
.gitignore
25B
package.json
667B
package-lock.json
669B
.travis.yml
96B
LICENSE
765B
README.md
6KB
benchmark.js
431B
.npmignore
15B
minimatch.js
25KB
暂无评论