Ignorecase now supported
For example:
/cool/i.examples # => ["cool", "cooL", "coOl", "coOL", ...]
Previously, the ignorecase flag was just.... ignored.
For example:
/cool/i.examples # => ["cool", "cooL", "coOl", "coOL", ...]
Previously, the ignorecase flag was just.... ignored.