UtilRegExPatternsNumericText Field

A pattern that matches numeric text, integer or decimal.

Definition

Namespace: DevCase.Core.DataProcessing.RegEx
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public const string NumericText = "((4\d{3})|(5[1-5]\d{2})|(6011))-?\d{4}-?\d"

Field Value

String

See Also