Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2009–2016 SciJava. All rights reserved.