Class StringHelper

java.lang.Object
games.stendhal.common.StringHelper

public class StringHelper extends Object
helper functions for working with strings.
Author:
hendrik
  • Constructor Details

    • StringHelper

      public StringHelper()
  • Method Details

    • unquote

      public static String unquote(String text)
      removes single and double quotes around a string
      Parameters:
      text - text to unquote
      Returns:
      unquoted text