public final class TextUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
escape(char ch)
Replaces carriage returns, line feeds, form feeds, tabs and double quotes
with their respective escape sequences.
|
static String |
trimTrailingLineSeparatorFrom(String string) |
public static final char CR
public static final char LF
Copyright © 2009–2017 SonarSource. All rights reserved.