Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more

In Files

  • re.c

Parent

RegexpError

Raised when given an invalid regexp expression.

Regexp.new("?")

raises the exception:

RegexpError: target of repeat operator is not specified: /?/