November 2001
Intermediate to advanced
936 pages
68h 43m
English
RegExp.source — the text of the regular expression
JavaScript 1.2; JScript 3.0; ECMAScript v3
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.