Skip to content

Commit

Permalink
Updated README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed May 30, 2019
1 parent 59d0167 commit f63fadf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
@@ -1,4 +1,6 @@
s9e\RegexpBuilder is a single-purpose library that generates regular expressions that match a list of strings.
s9e\RegexpBuilder is a single-purpose library that generates a regular expression that matches a given list of strings.

Simply put, given `['foo', 'bar', 'baz']` as input, the library will generate `/(?:ba[rz]|foo)/`.

[![Build Status](https://api.travis-ci.org/s9e/RegexpBuilder.svg?branch=master)](https://travis-ci.org/s9e/RegexpBuilder)
[![Code Coverage](https://scrutinizer-ci.com/g/s9e/RegexpBuilder/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/s9e/RegexpBuilder/?branch=master)
Expand Down

0 comments on commit f63fadf

Please sign in to comment.