Persistate API documentation
SetPattern Method (patternToSet)
NamespacesPersistate.LanguageStringTokenSetPattern(String)

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

Sets a new regular expression pattern for matching string tokens.
Declaration Syntax
C#
public static void SetPattern(
	string patternToSet
)
Parameters
patternToSet (String)
The new pattern to set.
Remarks
The default pattern is "(?:[^"]|"")*", which matches a set of characters between double quotes, with 2 double quotes representing a single double quote character. The 2 double quotes are replaced with one.

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