public class StringUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static boolean startsWithIgnoreCase(String base, String start)
base - the base string.start - the starting text.public static boolean endsWithIgnoreCase(String base, String end)
base - the base string.end - the ending text.public static String getLineSeparator()
Copyright © 2009-2012 jtstand.com. All Rights Reserved.