java.lang.Object
org.checkerframework.afu.scenelib.util.Strings

public abstract class Strings extends Object
Strings provides useful static methods related to strings.
  • Method Details

    • escape

      public static String escape(String in)
      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.