method

source

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

Returns the original string of the pattern.

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