Package games.stendhal.common
Class StringHelper
java.lang.Object
games.stendhal.common.StringHelper
helper functions for working with strings.
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StringHelper
public StringHelper()
-
-
Method Details
-
unquote
removes single and double quotes around a string- Parameters:
text
- text to unquote- Returns:
- unquoted text
-