regexp-examples v1.3.2 Release Notes

Release Date: 2017-11-09 // over 6 years ago
  • ๐Ÿš€ This release comes with two significant fixes:

    ๐Ÿ’Ž 1. /[[:punct:]]/.examples can now return all possible characters for ruby 2.4.0+. (The definition of this character set has changed in the latest minor ruby version.)

    1. /foo\Z/.examples will now return "foo" and "foo\n". This fixes a long-standing bug in the library.