normaliseWhitespace(_:)
Normalise the whitespace within this string; multiple spaces collapse to a single, and all whitespace characters (e.g. newline, tab) convert to a simple space
static func normaliseWhitespace(_ string: [UInt8]) -> String
<param>
<return>