public final class TextReplaceConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_VALUE
The default value if no 'fallback' default value is specified.
|
static char |
ESCAPE_CHAR
Escape char for special characters in the expressions.
|
static char |
LINE_DELIMITER
Line delimiter for line parsing.
|
static String |
QUOTE
Constant for quoting.
|
static char |
TAG_END
A tag (expression) ends with this character.
|
static char |
TAG_START
A tag (expression) starts with this character.
|
static char |
WORD_DELIMITER
Word delimiter.
|
public static final String DEFAULT_VALUE
public static final char LINE_DELIMITER
public static final char WORD_DELIMITER
public static final char TAG_START
public static final char TAG_END
public static final String QUOTE
public static final char ESCAPE_CHAR
Copyright © 2010-2014 anotheria.net. All Rights Reserved.