Package org.eclipse.epsilon.common.util
Class StringUtil
java.lang.Object
org.eclipse.epsilon.common.util.StringUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static String
static String
escapeHtml
(String string) static String
firstToLower
(String str) static String
firstToUpper
(String str) static String
inputStreamToString
(InputStream inputStream) static boolean
static boolean
static Object
static String
static Collection<String>
static String
stripHashCodes
(Object obj) static String
-
Constructor Details
-
StringUtil
public StringUtil()
-
-
Method Details
-
split
-
isEmpty
-
print
-
firstToUpper
-
firstToLower
-
areEqual
-
toString
-
isOneOf
-
escapeHtml
-
reverse
-
concat
-
stripHashCodes
- Parameters:
obj
-- Returns:
- Since:
- 1.6
-
inputStreamToString
- Parameters:
inputStream
-- Returns:
- Since:
- 2.2
-