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

StringUtil.swift:156
static func normaliseWhitespace(_ string: String) -> String
<param>
<return>