Click or drag to resize

CommonRegexRegexDoubleNoSign Field

A regex pattern representing a double without a sign. 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 RegexDoubleNoSign = "((\d+(\.\d+)?)((e|E)(\+|-)?\d+)?)"

Field Value

Type: String
See Also