org.jmol.jcamp.utils
public class StringDataUtils extends Object
Method Summary | |
---|---|
static int | compareStrings(String str1, String str2)
Compares two strings provided and returns an expected integer value based on the comparison |
static String | jcampSubString(String str, int i, int j)
Returns the sub-string of the string provided |
static String | reduceDataPrecision(String data)
Reduces the precision of numerical data strings provided |
static String | truncateEndBlanks(String str)
Truncates blank spaces at the end of the string provided |
Parameters: str1 str2
Returns: int
Parameters: str i j
Returns: String
Parameters: data
Returns: String
Parameters: str
Returns: String