method

source

v1_8_7_72 - Show latest stable - Class: Regexp
source()
public

Returns the original string of the pattern.

   /ab+c/ix.source   #=> "ab+c"