Class that encapsulates regular expressions. The D struct Regex cannot be directly stored in a ScriptObject
Get the RegExp prototype. This is public because the VM needs it.
Initializes the RegExp namespace. Not necessary if regex literals are used.
See Source File