Variable StringSymbolsConst
StringSymbols: {
COLON: string;
COMMA: string;
DOT: string;
EMPTY: string;
FORWARD_SLASH: string;
HASHTAG: string;
MINUS: string;
PERCENTAGE: string;
PLUS: string;
QUESTION_MARK: string;
SPACE: string;
UNDERSCORE: string;
UNIT_MASS: string;
UNIT_NORMAL_METRIC: string;
UNIT_WEIGHT: string;
WILDCARD: string;
} = ...
Type declaration
COLON: string
COMMA: string
DOT: string
EMPTY: string
FORWARD_SLASH: string
HASHTAG: string
MINUS: string
PERCENTAGE: string
PLUS: string
QUESTION_MARK: string
SPACE: string
UNDERSCORE: string
UNIT_MASS: string
UNIT_NORMAL_METRIC: string
UNIT_WEIGHT: string
WILDCARD: string