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

Regular Expression For Cron Time Expressions

A regex that matches valid cron time expressions with or without predefined scheduling macros and @every durations.
  • Date & Time

Regex To Match A Valid Day In A Date String

A regular expression to match a valid day in a date string (from 1 to 31).
  • Numbers

Regex To Match & Validate Iranian Postal Code

A regular expression to match and validate postal codes in Iran.
  • Postal Code
  • Strings

Regex To Match Everything After A Specific Character

A regular expression that matches everything after a specific character (like colon, word, question mark, etc.) in a string. 
  • Strings

Regular Expression For Empty String

Use this regex to replace empty strings with custom characters in your document.
  • Strings

Indian Financial System Code Regular Expression

A regular expression to match and validate IFSC (Indian Financial System Code) code in India.
  • Numbers

Regex To Match Strings Which Contain Numbers

A regular expression to match any strings which contain numbers.
  • Strings

Regex To Match Anything Except Underscore

A regular expression matches anything before and after an underscore(_) in a string.
  • Underscore
  • Strings

Regex To Match Comma Before & After A String

A regular expression that allows you to match any comma before and/or after a string.
  • Numbers

Regex To Match Any Numbers But The Last X Digits

A regular expression that allows you to match any numbers but the last x digits (last 4 digits in this regex) in a string.
  • Digit
  • Strings

Regex To Match A String That Doesn’t Contain A Specfic Character

A regular expression that can be used to match anything that doesn't have a specific character, like dot(.), comma(,), dash(-), whitespace, etc.
  • Numbers

Regex To Match One Digit Number

A regular expression that allows you to match all one-digit numbers in a string.
  • Digit
  • Numbers

Regular Expression To Get All Numbers From A String

A regular expression to match all numbers found within a string.
  • Strings

Regex To Remove Unnecessary Spaces In A String

A regular expression to match unnecessary whitespaces in a string (excluding spaces between words).
  • Whitespace
  • Strings

Regular Expression To Match Hebrew And English Characters

A regular expression to match Hebrew and English characters in a string.
  • Numbers

VIN (Vehicle Identification Number) Regular Expression

A regular expression that can be used to check if a given string represents a valid Vehicle Identification Number (VIN).
  • Numbers

Regex To Match The First Group Of Strings Containing Numbers

A regular expression to match the first group of numbers or the first group of strings containing digits.
  • URI

DNS Hostname Regular Expression

A regular expression to match a valid hostname (also called domain label) in DNS entries.
  • Strings

Regex To Match Anything After The First Space In A String

A regular expression to match anything after the first space in a string.
  • Strings

Regex To Match Words That Start With A Specific Character

A regular expression to match all words that start with a specific character (e.g. #, @, etc) in a string.
  • Numbers

GSTIN Number Regular Expression

A regular expression to match a valid 15-digit GSTIN number (Goods and Services Tax Identification Number) in India.
Prev
1 2 3 4 5 … 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