substitute

Substitute all instances of match from source. Set replacement to null in order to remove instead of replace

T[]
substitute
(
T
)
(
const(T)[] source
,
const(T)[] match
,
const(T)[] replacement
)

Meta