Package org.eclipse.epsilon.hutn.util
Class StringUtil
- java.lang.Object
-
- org.eclipse.epsilon.hutn.util.StringUtil
-
public abstract class StringUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getFirstLine(String s)
static List<String>
getLines(String s)
static String
stripQuotes(String quoted)
-