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