Click or drag to resize

CommonRegex Class

A static library containing common regex patterns for general use.
Inheritance Hierarchy
SystemObject
  WhetStone.WordPlayCommonRegex

Namespace:  WhetStone.WordPlay
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static class CommonRegex

The CommonRegex type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberRegexDouble
A regex pattern representing a double. Either decimal (-1.618) or exponential (-1618e-3)
Public fieldStatic memberRegexDoubleNoSign
A regex pattern representing a double without a sign. Either decimal (1.618) or exponential (1618e-3)
Top
See Also