Appearance
stripBOM(string) → string · XML
stripBOM(string) → string
Remove the BOM character (U+FEFF) from the beginning of a string. See Chapter 22.
string
let clean = stripBOM($input.fileContent)