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 constructor. This is not necessary as regex literals are a first class language feature. Documentation for this library can be found at https://pillager86.github.io/dmildew/RegExp.html