stripUTF8Bom

Strips the byte order mark of an UTF8 encoded string. This is useful when the string is coming from a file.

@safe pure nothrow
inout(char)[]
stripUTF8Bom
(
inout(char)[] str
)

Meta