Persistate API documentation
SymbolPattern Property
NamespacesPersistate.LanguageSyntaxParserSymbolPattern

[This is preliminary documentation and is subject to change.]

Gets or sets the regular expression pattern to be used to distinguish symbols during the lexical phase of the parse.
Declaration Syntax
C#
public string SymbolPattern { get; set; }
Remarks
The pattern should match a single symbol. You can assume that there is an implicit zero length assertion at the beginning of the pattern which matches the start of the symbol. For example, a pattern which matches symbols which are any contiguous set of non whitespace characters would be @"\S+".

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)