The RegExp constructor Property
Description
The constructor
property returns the function that created the RegExp prototype.
For a regular expression the constructor
property returns:
function RegExp() { [native code] }
Syntax
regexp.constructor
Parameters
NONE |
Return Value
function RegExp() { [native code] } |
Browser Support
regexp.constructor
is an ECMAScript1 (JavaScript 1997) feature.
It is supported in all browsers:
Chrome | Edge | Firefox | Safari | Opera | IE |
Yes | Yes | Yes | Yes | Yes | Yes |