[ 原始碼: 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