Project

regexing

0.0
No release in over a year
Dialogueally ask questions and answer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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.