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
string
stripUTF8Bom
(
string str
)

Meta