public interface TemplateConstant
Modifier and Type | Field and Description |
---|---|
static String |
CLOSING_BRACES |
static String |
CLOSING_BRACKETS |
static String |
CLOSING_NOWIKI |
static String |
COLON |
static String |
COMMA |
static String |
EQUALS_SIGN |
static String |
NEWLINE |
static String |
OPENING_BRACES |
static String |
OPENING_BRACKETS |
static String |
OPENING_NOWIKI |
static String |
REG_EXP_HTML_COMMENT
Regular expression to identify all HTML comments in a string.
|
static String |
SEMICOLON |
static String |
SPACE |
static String |
UNDERSCORE |
static String |
VERTICAL_BAR |
static final String OPENING_BRACES
static final String CLOSING_BRACES
static final String OPENING_BRACKETS
static final String CLOSING_BRACKETS
static final String OPENING_NOWIKI
static final String CLOSING_NOWIKI
static final String VERTICAL_BAR
static final String EQUALS_SIGN
static final String UNDERSCORE
static final String SPACE
static final String COMMA
static final String COLON
static final String SEMICOLON
static final String NEWLINE
static final String REG_EXP_HTML_COMMENT
(?s) makes dot '.' also match new lines '\n'
.*? is a reluctant quantifier
Copyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage