RegExpT.replaceLast

Returns a copy of the input with the last match replaced by replacement.

class RegExpT(char_t)
char_t[]
replaceLast
(
const(char_t)[] input
,
const(char_t)[] replacement
,
char_t[] output_buffer = null
)

Meta