Skip to content
No results
  • About Us
  • Contact
  • Privacy Policy
  • Regular Expression Cheatsheet
  • Sample Page
  • Submit Regular Expression
Regex Pattern
  • Home
  • Dates & Times
  • URI
  • Strings
  • Numbers
  • Markup & Programming
Regex Pattern
  • Date & Time

Regex To Match ISO 8601 Dates and Times

A set of regular expressions to match ISO 8601 years, weeks, dates, times, and datetimes with optional time zone.
  • Date & Time

Regular Expression To Match 12-hour Time With AM/PM

A regular expression to match a 12-hour time with AM/PM after it.
  • Date & Time

Month Number Regular Expression

A regular expression for month number that can be used to validate month input.
  • Date & Time

Regular Expression To Validate Credit Card Expiration Date

A Regular Expression to match and validate Credit Card Expiration Date in MM/YY format.
  • Date & Time

Regular Expression To EU Date Format (DD-MM-YYYY)

A regular expression to match an EU date format: DD-MM-YYYY.
  • Date & Time

Regular Expression To Match Julian Date (YYDDD)

A regular expression to match a Julian date in the format YYDDD.
  • Date & Time

Date (YYYY-MM-DD) Regular Expression

A regular expression to match a valid date in the format YYYY-MM-DD. Date, Month, Leap Year validation is included.
  • Date & Time

All-in-one Datetime Regular Expression

A powerful regular expression to validate dates, times, and datetimes (mm/dd/yyyy hh:MM:ss), with 100% leap year validation.
  • Strings

Regular Expression To Valid UK Vehicle Registration Numbers

A regular expression to match and valid Vehicle Registration Numbers in the UK.
  • Strings

Regular Expression To Match Pipe-Delimited String

A regular expression that matches pipe(|) delimited strings.
  • Markup & Programming

Regular Expression To Match HTML Tags

A Regular Expression to match all opening and closing HTML tags.
  • Strings

Regular Expression To Match Quoted String

A regular expression that matches a quoted string, which is a string literal between quotation marks (").
  • Strings

Regular Expression To Match CSV Data

A regular expression that matches and validates comma-separated values (CSV data).
  • Numbers

Social Insurance Number (SIN Canada) Regular Expression

A regular expression that validates and matches Social Insurance Number (SIN Canada).
  • URI

Regular Expression To Match ZIP Archive File Path

A regular expression to match a ZIP archive file path.
  • File
  • Strings

Regular Expression To Match RAR Archive Files

A regular expression to match and validate RAR Archive Files.
  • File
  • Strings

Regular Expression To Match Single Letter

A Regular Expression that matches a single letter (uppercase or lowercase).
  • Numbers

Credit Card Number Regular Expressions

A collection of useful Regular Expressions to parse and validate Credit Card Numbers like Visa, MasterCard, American Express, Discover, etc.
  • Credit Card
  • Strings

Regex To Match Comma Delimited String

A regular expression that parses and matches comma delimited strings.
  • Strings

Electronic Serial Number (ESN) Regular Expression

A regular expression to match and validate Electronic Serial Number used in mobile devices.
  • Strings

International Standard Book Number (ISBN) Regular Expression

A Regular Expression to match and validate International Standard Book Number (ISBN). Supports both ISBN 10 and ISBN 13.
Prev
1 … 6 7 8 9 10 11 12 13
Next

Trending now

BitTorrent Magnet Link Regular Expressioned2k Link Regular ExpressionXunlei (Thunder) Link Regular ExpressionUUID & GUID Regular Expression

Copyright © 2026 - Regexpattern.com

  • About Us
  • Contact
  • Privacy Policy
  • Cheatsheet
  • Submit