Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 780 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 780 Bytes

Regexing

Regexing is a CLI library that allows you to practice Ruby regular expressions easily and quickly.

2022-06-01.12.05.25.mov

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add regexing

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install regexing

Usage

Start regular expression practice

$ bin/console

irb(main):001:0> Regexing.start

Contributing

Click here for details https://github.com/kenboo0426/regexing/blob/master/CONTRIBUTING.md.

License

The gem is available as open source under the terms of the MIT License.