Package dev.runabout

Class RunaboutUtils


  • public class RunaboutUtils
    extends java.lang.Object
    Utility class for Runabout.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String escapeQuotesOneLayer​(java.lang.String input)
      Escapes quotes in a string 3 layers deep.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • escapeQuotesOneLayer

        public static java.lang.String escapeQuotesOneLayer​(java.lang.String input)
        Escapes quotes in a string 3 layers deep.
        Parameters:
        input - The input string.
        Returns:
        The input string with quotes escaped.