regexp-examples v1.5.0 Release Notes
Release Date: 2019-07-13 // over 3 years ago-
- 💎 Full ruby
v2.6.3
support. (There were a few minor bugs introduced by the unicode version bump from12.0.0
to12.1.0
. - ⬇️ Dropped support for ruby
v2.0.0
-v2.3.x
. - Fixed ability to generate examples for patterns like:
/ __xxx__ /
. - ➕ Added support for unicode range generation, e.g.
/[\u4e00-\u9fa5]{2,4}/.random_example
(@xiejiangzhi)
- 💎 Full ruby