text2regex A lib to create a simple regex from a string ###Usage It's really easy, there's no fancy stuff: var t2r = require('text2regex') var regex = t2r.toRegex('your string') // This returns the regex as a string !