method

source

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

Returns the original string of the pattern.

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