@Internal
public final class StringUtil
extends Object 
String utilities.
- Since:
 
- 6.7.0
 
- 
 
- 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Field Details
- 
PLACEHOLDER_PREFIX
public static final String PLACEHOLDER_PREFIX 
- See Also:
 
- 
 
 
- 
PLACEHOLDER_POSTFIX
public static final String PLACEHOLDER_POSTFIX 
- See Also:
 
- 
 
 
- 
THREE_DOTS
public static final String THREE_DOTS 
- See Also:
 
- 
 
 
- 
OPEN_BRACE
public static final String OPEN_BRACE 
- See Also:
 
- 
 
 
- 
CLOSE_BRACE
public static final String CLOSE_BRACE 
- See Also:
 
- 
 
 
- 
SLASH
public static final String SLASH 
- See Also:
 
- 
 
 
- 
DOLLAR
public static final String DOLLAR 
- See Also:
 
- 
 
 
- 
DOT
public static final String DOT 
- See Also:
 
- 
 
 
- 
COMMA
public static final String COMMA 
- See Also:
 
- 
 
 
- 
UNDERSCORE
public static final String UNDERSCORE 
- See Also:
 
- 
 
 
- 
MINUS
public static final String MINUS 
- See Also:
 
-