May 2011
Intermediate to advanced
1096 pages
40h 54m
English
RegExp.source — the text of the regular expression
regexp.source
source is a read-only
string property of RegExp objects. It contains the text of the
RegExp pattern. This text does not include the delimiting slashes
used in regular-expression literals, and it does not include the
“g”, “i”, and “m” attributes.
Read now
Unlock full access