|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scijava.util.StringUtils
public final class StringUtils
Useful methods for working with String
s.
Method Summary | |
---|---|
static boolean |
samePrefix(String s1,
String s2)
Checks if two filenames have the same prefix. |
static String |
sanitize(String s)
Removes unprintable characters from the given string. |
static String |
sanitizeDouble(String value)
Normalizes the decimal separator for the user's locale. |
static String |
stripNulls(String toStrip)
Removes null bytes from a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String sanitizeDouble(String value)
public static String stripNulls(String toStrip)
public static boolean samePrefix(String s1, String s2)
public static String sanitize(String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |