[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://rubydoc.org/gems/dh_easy-text/frames) [![Gem Version](https://badge.fury.io/rb/dh_easy-text.svg)](http://github.com/DataHenOfficial/dh_easy-text/releases) [![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license) # DhEasy text module ## Description DhEasy text is part of DhEasy gem collection. It provides multiple text parsing helpers to ease common text parsing user cases. Install gem: ```ruby gem install 'dh_easy-text' ``` Require gem: ```ruby require 'dh_easy/text' ``` Documentation can be found [here](http://rubydoc.org/gems/dh_easy-text/frames).