Project

General

Profile

« Previous | Next » 

Revision 1e9939da

Added by nobu (Nobuyoshi Nakada) over 3 years ago

[Feature #18788] Support options as String to Regexp.new

Regexp.new now supports passing the regexp flags not only as an
Integer, but also as a `String. Unknown flags raise errors.