RegExpT.compileToD

Compiles the regular expression to D code.

NOTE : Remember to import this module (tango.text.Regex) in the module where you put the generated D code.

class RegExpT(char_t)
const(char)[]
compileToD
(
const(char)[] func_name = "match"
,
bool lexer = false
)

Meta