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
  • Numbers

Regular Expression To Get The Number At The End Of A String

A regular expression that matches the number at the end of a string.
  • Strings

Strict Canadian Postal Code Validation Regular Expression

This regular expression can be used to strictly match and validate Canadian postal codes (cannot start with W or Z and cannot contain the letters D, F, I, O, Q, or U).
  • Postal Code
  • Strings

Regular Expression To Match All Blank Lines In Document

A regular expression that matches all blank lines in a document. This can be useful in deleting blank/empty lines generated in Sublime 2/3.
  • Strings

Regex Match All Characters Except Space (Unless In Quotes)

A regular expression to match all characters in a string except space (unless in quotes).
  • Whitespace
  • Strings

Regular Expression To Match Arabic Characters

A regular expression that can be used to match and validate Arabic characters in a string.
  • Strings

Regular Expression To Match Russian Cyrillic Characters

A regular expression that can be used to match and validate Russian Cyrillic alphabet characters.
  • Numbers

E.164 International Phone Number Regular Expression

A useful regular expression that matches international phone numbers in the E.164 (The international public telecommunication numbering plan) format.
  • Date & Time

All-in-one Date Validation Regular Expression

An All-in-one regular expression to valid dates in mm/dd/yyyy, mm-dd-yyyy, or mm.dd.yyyy format.
  • Strings

Regular Expression To Match Persian Characters

A regular expression that can be used to match and validate Persian characters in a string.
  • Strings

Regex To Match A String That Contains At least 1 Number And 1 Character

A Regular Expression to match a string containing at least 1 number and 1 character.
  • Numbers

Regex To Match Any Numbers Greater Than A Specified Number

A regular expression to match any numbers greater than a specified number.
  • Strings

Regex To Match The First Word Of Each Line In A Multiline Text Block

A regular expression to match the first word of each line in a multiline text block (excluding spaces).
  • Date & Time

Regular Expression For Year

A regular expression to match and validate a 4-digit year (from 1900 to 2099).
  • Strings

Regex To Match A String That Contains One Word Or Another

A Regular Expression that matches a string containing one word or another.
  • Strings

Regular Expression To Match Forward Slash

A Regular Expression that simply matches all forward slashes found in a string.
  • Strings

Regular Expression To Match Consecutive Alphabetic Characters

A Regular Expression to match two or more consecutive alphabetic characters in a string.
  • Strings

Regular Expression To Match Non-Alphanumeric Characters

A Regular Expression to match non-alphanumeric characters.
  • Strings

Regex To Match Characters Repeated More Than A Specified Number Of Times

A regular expression that characters repeated more than a specified number of times.
  • Numbers

Hexadecimal Number Regular Expression

A regular expression that matches hexadecimal values.
  • Strings

Regular Expression To Match Duplicate Words

A regular expression that matches duplicate words in a string. This can be useful in preventing duplicate words in your paragraphs.
  • Numbers

Regular Expression To Match Non-numeric Characters

A regular expression that matches all characters except digits 0-9. This can be useful to find out and replace all non-numeric characters in a string.
Prev
1 2 3 4 5 6 7 8 … 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