dict.cc dictionary

DictParser.SEPARATORS Field

Characters separating indexes from each other

[Visual Basic]
Private Const SEPARATORS As String = " .,;:/"
[C#]
private const string SEPARATORS = " .,;:/";

See Also

DictParser Class | dict Namespace