public final class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isExpression(String text)
Checks whether a
String seams to be an expression or not |
static String |
join(String delimiter,
String... parts)
Joins a list of Strings to a single one.
|
static String[] |
split(String text,
String regex)
Splits a
String by an expression. |
public static boolean isExpression(String text)
String seams to be an expression or nottext - the text to checkpublic static String[] split(String text, String regex)
String by an expression.text - the text to splitregex - the regex to split byCopyright © 2018 camunda services GmbH. All rights reserved.