Skip to content

CLI interface for regexgen. Generates regular expressions that match a set of strings.

License

Notifications You must be signed in to change notification settings

Kikobeats/regexgen-cli

Repository files navigation

regexgen-cli

Last version Build Status Coverage Status Dependency status Dev Dependencies Status NPM Status Donate

CLI interface for regexgen. It Generates regular expressions that match a set of strings.

Install

$ npm install regexgen-cli --global

Usage

$ regexgen --help

  Generates regular expressions that match a set of strings.

  Usage
    $ regexgen [-gimuy] string1 string2 string3...

  Examples
    $ regexgen foobar foobaz foozap fooza
    $ jq '.keywords' package.json | regexgen

Related

  • randexp.js – Generate a random string that matches a given RegExp.

License

MIT © Kiko Beats.

About

CLI interface for regexgen. Generates regular expressions that match a set of strings.

Resources

License

Stars

Watchers

Forks

Packages

No packages published