normalize method

String normalize()

Implementation

String normalize() {
  return trim().splitByMultipleSeparators().join(' ').escapeKeywords();
}