JavaScript » RegExp » prototype

Syntax:
RegExp.prototype

This property represents the prototype for this class, and allows you to add your own properties and methods to all instances of it. See the Function.prototype property.