All Projects → mathiasbynens → Regex Trie Cli

mathiasbynens / Regex Trie Cli

Licence: mit
Create regular expression patterns based on a list of strings to be matched.

Programming Languages

javascript
184084 projects - #8 most used programming language

regex-trie-cli Build status

regex-trie-cli is a command-line interface for regex-trie. Easily create regular expression patterns based on a list of strings to match from the command line!

Installation

$ npm install -g regex-trie-cli

Usage

$ regex-trie --help

  Usage
    $ regex-trie string1 string2 string3 …

  Examples
    $ regex-trie foo bar baz qux quux corge grault
    (?:foo|ba[rz]|qu(?:x|ux)|corge|grault)

Author

twitter/mathias
Mathias Bynens

License

regex-trie-cli is available under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].