Ruby gem to generate regex examples

A while back I came across a ruby gem that, given a regular expression, would generate example strings.

For example, given the regex:

/[a-z]{5}[0-9]{4}/

it could generate the string:

"hkdbv4578"

Anybody remember the name of this gem?

5
задан Austin 11 February 2011 в 02:40
поделиться