regexp-examples v1.4.3 Release Notes

Release Date: 2018-07-29 // over 5 years ago
  • ๐Ÿš€ 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.)