Skip to content

Ignorecase now supported

Choose a tag to compare

@tom-lord tom-lord released this 04 Feb 21:44
· 301 commits to master since this release

For example:

/cool/i.examples # => ["cool", "cooL", "coOl", "coOL", ...]

Previously, the ignorecase flag was just.... ignored.