superTrim method

String superTrim()

Implementation

String superTrim() => trim().replaceAll(whitespacesRegExp, ' ');