|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.util.StringUtils
public final class StringUtils
Provides a number of useful method operating on Strings that are not available
in StringUtils.
| Method Summary | ||
|---|---|---|
static String |
identifierToHumanReadable(String string)
|
|
static String |
join(String delim,
Object... objects)
Join a list of non-null objects with delim and return it
as a string. |
|
static String |
removeHtmlTags(String string)
|
|
static String |
splitCamelCase(String camelCaseString)
|
|
static
|
toString(Iterable<T> iterable,
String separator)
|
|
static String |
urlEncodeWrapException(String string,
String encoding)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> String toString(Iterable<T> iterable,
String separator)
public static String splitCamelCase(String camelCaseString)
public static String urlEncodeWrapException(String string,
String encoding)
public static String removeHtmlTags(String string)
public static String identifierToHumanReadable(String string)
public static String join(String delim,
Object... objects)
delim and return it
as a string.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||