kleene
kleene is a library for building regular expression recognition automata - nfas, dfas, and some specialty structures.
Installation
Install the gem and add to the application's Gemfile by executing:
$ bundle add kleene
If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install kleene
Usage
require "kleene"