[ 源代码: node-matcher ]
软件包:node-matcher(5.0.0-2)
Simple wildcard matching
Useful when you want to accept loose string input and regexes/globs are too convoluted.
This module can be used in different ways. It can accept an array of input's and pattern's and returns an array of inputs filtered based on the patterns. Or it returns a boolean of whether if the input matches the pattern.
Node.js is an event-based server-side JavaScript engine.
其他与 node-matcher 有关的软件包
|
|
|
|
-
- dep: node-escape-string-regexp
- Escape RegExp special characters in Node.js