A set of regular expressions to match ISO 8601 years, weeks, dates, times, and datetimes with optional time zone.
A regular expression to match a 12-hour time with AM/PM after it.
A regular expression for month number that can be used to validate month input.
A Regular Expression to match and validate Credit Card Expiration Date in MM/YY format.
A regular expression to match an EU date format: DD-MM-YYYY.
A regular expression to match a Julian date in the format YYDDD.
A regular expression to match a valid date in the format YYYY-MM-DD. Date, Month, Leap Year validation is included.
A powerful regular expression to validate dates, times, and datetimes (mm/dd/yyyy hh:MM:ss), with 100% leap year validation.
A regular expression to match and valid Vehicle Registration Numbers in the UK.
A regular expression that matches pipe(|) delimited strings.
A Regular Expression to match all opening and closing HTML tags.
A regular expression that matches a quoted string, which is a string literal between quotation marks (").
A regular expression that matches and validates comma-separated values (CSV data).
A regular expression that validates and matches Social Insurance Number (SIN Canada).
A regular expression to match a ZIP archive file path.
A regular expression to match and validate RAR Archive Files.
A Regular Expression that matches a single letter (uppercase or lowercase).
A collection of useful Regular Expressions to parse and validate Credit Card Numbers like Visa, MasterCard, American Express, Discover, etc.
A regular expression that parses and matches comma delimited strings.
A regular expression to match and validate Electronic Serial Number used in mobile devices.
A Regular Expression to match and validate International Standard Book Number (ISBN). Supports both ISBN 10 and ISBN 13.