removeNewlines method

String removeNewlines()

Implementation

String removeNewlines() => removeAll(newLinesPattern);