av_strireplace

Locale-independent strings replace. @note This means only ASCII-range characters are replace

extern (C) @nogc nothrow
char*
av_strireplace
(
const(char)* str
,
const(char)* from
,
const(char)* to
)

Meta