Build regular expression groups from arrays of strings. Useful when you need to automatically generate RegExp patterns.
Install
npm
npm i build-regex-group --save
Usage
var buildRegex = ;console;//=> /(a|b|c)/g
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on July 06, 2014.