RegExpT.pre

Return the slice of the input that precedes the matched substring. If no match was found, null is returned.

class RegExpT(char_t)
const(char_t)[]
pre
()

Meta