1.2.2 • Published 8 years ago
mwildcards v1.2.2
mwildcards
very simple. I created this project to configure environment variable parameters in the console. Use simple grammar and stay practical.
example
import Mwildcards from '../mwildcards';
const env_trace = process.env.TRACE || '';
const mw = new Mwildcards(env_trace,{ nocase: true });
/// your code.
mw.isMatch('balabala');TRACE="module/*,-module/XD" node index.jsdoc
* : match Letters, numbers or underscore.
** : match any thing.
- : if starts with -, matches will be skip.