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