mildew.stdlib.regexp

Undocumented in source.

Members

Classes

ScriptRegExp
class ScriptRegExp

Class that encapsulates regular expressions. The D struct Regex cannot be directly stored in a ScriptObject

Functions

getRegExpProto
ScriptObject getRegExpProto()

Get the RegExp prototype. This is public because the VM needs it.

initializeRegExpLibrary
void initializeRegExpLibrary(Interpreter interpreter)

Initializes the RegExp namespace. Not necessary if regex literals are used.

native_RegExp_ctor
ScriptAny native_RegExp_ctor(Environment env, ScriptAny* thisObj, ScriptAny[] args, NativeFunctionError nfe)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta