Fix randomness regression
This release contains a significant fix to Regexp#random_example
, as reported here: #21
There are also some minor additions/bug fixes
- Added (limited) support for the absence operator.
- Fixed back-reference group counter when using non-capture groups or comment groups. (This impacts regex example generation when the back-reference number is after one of the aforementioned group types.)