1.1.17 • Published 3 years ago

regexgen-cli v1.1.17

Weekly downloads
23
License
MIT
Repository
github
Last release
3 years ago

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.

1.1.17

3 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

6 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago