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

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

Sets a new regular expression pattern for matching floating point literals.
Declaration Syntax
C#
public static void SetPattern(
	string patternToSet
)
Parameters
patternToSet (String)
The new pattern to set.
Remarks
This pattern is intended only to match the extent of the literal. Scanning for the correctness and value of the literal is performed separately. The default pattern is [\+-]?\d+\.\d+(?:[Ee][+\-]?\d+)?

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