Removes control characters from the string.
String stripLow({bool keepNewLines = false}) => _stripLow(this, keepNewLines);