This is a collection of most commonly used Regular Expressions. The format is specific to .NET.
Uses System.Text.RegularExpressions
- A Number pattern, starting with a specific set of digits
// Will match a numeric string literal starting with 12 or 13 followed by any number of digits