Sha256: 0063f63e95d2e3fa00f64b22ef33ac272d5685d5fbb3cd5a028b68292551bc48

Contents?: true

Size: 869 Bytes

Versions: 1

Compression:

Stored size: 869 Bytes

Contents

# RegXing
[![Build Status](https://travis-ci.org/danascheider/regxing.svg?branch=master)](https://travis-ci.org/danascheider/regxing)  [![Coverage Status](https://coveralls.io/repos/github/danascheider/regexpert/badge.svg?branch=master)](https://coveralls.io/github/danascheider/regexpert?branch=master)  [![Code Climate](https://codeclimate.com/github/danascheider/regexpert/badges/gpa.svg)](https://codeclimate.com/github/danascheider/regexpert)

RegXing is a tool that takes regular expressions as input and returns strings matching them!

## Installation
You can install RegXing using <pre><code>gem install regxing</code></pre>, or alternatively, you can add to your project's Gemfile: <pre><code>gem "regxing", "~> 0.0.1"</code></pre>

## Usage
<pre><code>generator = RegXing::Generator.new(/\d{3}-\d{2}-\d{4}/)
generator.generate!
\# => 891-27-2800</code></pre>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
regxing-0.1.0.beta README.md