class

RegexpError

v1_8_7_330 - Show latest stable - Superclass: StandardError

Document-class: Regexp

A Regexp holds a regular expression, used to match a pattern against strings. Regexps are created using the /…/ and %r{…} literals, and by the Regexp::new constructor.

Files

  • re.c