Package org.sonar.sslr.internal.matchers
Class TextUtils
java.lang.Object
org.sonar.sslr.internal.matchers.TextUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringescape(char ch) Replaces carriage returns, line feeds, form feeds, tabs and double quotes with their respective escape sequences.static StringtrimTrailingLineSeparatorFrom(String string)
-
Field Details
-
CR
public static final char CR- See Also:
-
LF
public static final char LF- See Also:
-
-
Method Details
-
escape
Replaces carriage returns, line feeds, form feeds, tabs and double quotes with their respective escape sequences. -
trimTrailingLineSeparatorFrom
-