Type Alias: CharacterSet
CharacterSet =
string
Defined in: DictionaryInformation.ts:209
This is a set of characters that can include -
or |
-
- indicates a range of characters:a-c
=>abc
|
- is a group separator, indicating that the characters on either side are not related.