Function stripUTF8Bom
Strips the byte order mark of an UTF8 encoded string. This is useful when the string is coming from a file.
inout(char)[] stripUTF8Bom
(
inout(char)[] str
) pure nothrow @safe;
Strips the byte order mark of an UTF8 encoded string. This is useful when the string is coming from a file.
inout(char)[] stripUTF8Bom
(
inout(char)[] str
) pure nothrow @safe;