Class Strings
java.lang.Object
org.checkerframework.afu.scenelib.util.Strings
Strings
provides useful static methods related to strings.-
Method Summary
-
Method Details
-
escape
Returns the given string, escaped and quoted according to Java conventions. Currently, only newlines, backslashes, tabs, and single and double quotes are escaped. Perhaps nonprinting characters should also be escaped somehow.
-