org.camunda.bpm.engine.impl.util
Class StringUtil
java.lang.Object
org.camunda.bpm.engine.impl.util.StringUtil
public final class StringUtil
- extends Object
- Author:
- Sebastian Menski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtil
public StringUtil()
isExpression
public static boolean isExpression(String text)
- Checks whether a
String seams to be an expression or not
- Parameters:
text - the text to check
- Returns:
- true if the text seams to be an expression false otherwise
split
public static String[] split(String text,
String regex)
hasAnySuffix
public static boolean hasAnySuffix(String text,
String[] suffixes)
Copyright © 2014 camunda services GmbH. All Rights Reserved.