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

Regex To Match Whitespaces Between Words

A regular expression that can be used to match and delete unnecessary whitespace between words in a string.
  • Whitespace
  • Strings

Regex To Match Chinese/Japanese/Korean Characters

A regular expression that checks if a string contains Chinese, Japanese, and/or Korean characters.
  • Markup & Programming

Regex To Match Content Between HTML Tags

A regular expression to match all text content between the opening and closing HTML tags.
  • Numbers

US EIN (Employer Identification Number) Regular Expression

A regular expression that matches a valid EIN (Employer Identification Number) number.
  • Numbers

Regex To Match Numbers Containing Only Digits, Commas, and Dots

A regular expression to simply match numbers that contains only digits, commas, and dots.
  • Strings

Regular Expression To Match All Greek & Latin Characters

A regular expression matches all Greek and Latin characters (with accented letters) in a string.
  • Strings

Regex To Match Characters Between The Last Parentheses

A regular expression to extract any characters between the last two parentheses (round brackets).
  • Strings

Regex To Match A Character At The Beginning And The End Of A String

A regular expression matches a character that appears at the beginning and the end of a string.
  • Strings

Regex For Email Addresses Using A Specific Domain

Yet another email regular expression that matches email addresses at a specific domain.
  • Email
  • URI

Regex To Match Markdown-style URL Links

A regular expression to match a markdown-style URL link with or without title text.
  • Markdown, URL
  • Strings

Regex To Match Everything Before The Last Dot

A regular expression to match everything until the last dot(.).
  • File
  • Strings

Regex To Match Last X Characters In A String

A regular expression that can be used to get the last X (2, for example) characters of a string.
  • Numbers

Regular Expression To Match Leading Zeros

A simple regular expression to match leading zeros. Can be used to remove all leading zeros from integers in a string.
  • URI

Regex To Extract Filename & Domain Name From URL

A regular expression to extract the filename or domain name from a given URL (after the /, before the file extension).
  • File, URL
  • Strings

Regex To Match Everything Except Letters And Spaces

A regular expression to match characters that are not letters and spaces in a string.
  • Whitespace
  • Strings

Regex To Match Anything Before The First Parenthesis

A regular expression To match everything until meeting the first parenthesis in the string.
  • Strings

Regex To Match Consecutive Occurrences Of The Same Character In A String

A regular expression to match consecutive occurrences of the same character in a string.
  • URI

Regex To Match The Last Path (Segment) Of A URL

A regular expression to match the last segment (path delimited by slashes) of a URL.
  • URL
  • URI

Regex To Match All Parameters In A URL

A regular expression to match all parameters (anything after the ?) in a URL.
  • URL
  • Strings

Regex To Match Comma Separated Emails

A Regular Expression to match and validate a list of comma-separated email addresses.
  • Email
  • Strings

Regex To Match Dollar ($) And Comma (,) In String

A regular expression to match the dollar symbol and comma in a string.
1 2 3 4 … 13
Next

Trending now

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

Copyright © 2023 - Regexpattern.com

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