Appearance
removeBOM(data) → data · XML
removeBOM(data) → data
Remove the Byte Order Mark (BOM) if present at the start of the data. See Chapter 22.
data
let clean = removeBOM($input.fileContent)