Click or drag to resize

CommonRegexRegexDouble Field

A regex pattern representing a double. Either decimal (-1.618) or exponential (-1618e-3)

Namespace:  WhetStone.WordPlay
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public const string RegexDouble = "((\+|-)?((\d+(\.\d+)?)((e|E)(\+|-)?\d+)?))"

Field Value

Type: String
See Also