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 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

Meta