Flowdock

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.

Show files where this class is defined (1 file)
Register or log in to add new notes.