org.jfree.util
public class StringUtils extends Object
Method Summary | |
---|---|
static boolean | endsWithIgnoreCase(String base, String end)
Helper functions to query a strings end portion. |
static String | getLineSeparator()
Queries the system properties for the line separator. |
static boolean | startsWithIgnoreCase(String base, String start)
Helper functions to query a strings start portion. |
Parameters: base the base string. end the ending text.
Returns: true, if the string ends with the given ending text.
Returns: the line separator.
Parameters: base the base string. start the starting text.
Returns: true, if the string starts with the given starting text.