1.1.17 • Published 4 years ago

regexgen-cli v1.1.17

Weekly downloads
23
License
MIT
Repository
github
Last release
4 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

4 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

7 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago