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 International First And Last Names

A regular expression that matches international names with Unicode support.
  • Markup & Programming

Python Comment Regular Expression

Regular expressions to match Python single line or multiline comments.
  • Markup & Programming

JavaScript/PHP/Java/Kotlin/Go/C/Swift/C# Comment Regular Expression

A regular expression to match C-like comments in JavaScript, PHP, Java, Kotlin, Go, C/C++, Swift, and C#.
  • Strings

Regex To Match Any Word In A String Excluding Spaces

A regular expression to match any word in a string until meeting the first space.
  • Whitespace
  • Strings

Regular Expression To Match Camel Case Text

A regular expression that can match camel case strings, where the word in a string starts with a lowercase letter but with an uppercase letter for the last word.
  • Strings

Regular Expression To Match Accented Characters

A regular expression to match all lowercase and uppercase letters including accented characters.
  • Strings

Regex To Match A String That Doesn’t End With Given Suffix

A regular expression to match a string that doesn't end with the given suffix.
  • Strings

Regex To Match A String That Doesn’t Start With Given Prefix

A regular expression to match a string that doesn't start with the given prefix.
  • Strings

Regex To Match A String Containing Two Words

A regular expression to match a string containing two specific words (no matter the order, case sensitive).
  • Strings

Regex To Extract Characters Between Parentheses

A regular expression To match any characters between two parentheses (round brackets).
  • Strings

Regular Expression To Match Non-ASCII Characters

A regular expression to match characters that are not contained in the ASCII character set (like Chinese, Japanese, Arabic, etc).
  • Strings

Special Characters Regular Expression

A regular expression that matches special characters like !, @, #, $, ...
  • Strings

Regular Expression To Match Whitespace

A regular expression to match the first whitespace found in a term or sentence (exclude newlines).
  • Whitespace
  • Strings

Regex To Match Any Characters Between Two Square Brackets

A regular expression To match any characters between two square brackets (without the brackets themselves.).
  • Strings

Regex To Match One Of Two Or More Words In A String

A regular expression To match one of two or more words in a string.
  • Strings

Regex To Match Single Or Multiple Lines That End Or Start With Specific Characters

A regular expression to match one or more lines ending or starting with specific characters.
  • Strings

Regex To Match Characters Between Two Strings

A regular expression to match all characters between two strings you specify.
  • Strings

Regex To Match A line That Doesn’t Contain A Specific Word

A regular expression to match a line that doesn't contain a word you specify.
  • URI

Regular Expression To Match Mailto Links

A regular expression to match a mailto link, without subject, cc, bcc, and body parameters.
  • Strings

Google API Key Regular Expression

A regular expression to match a Google API Key (Google Maps, Youtube Data, Google Calendar, Google Drive, etc...).
  • Google
  • Strings

Amazon MWS Auth Token Regular Expression

A regular expression to match an Amazon Marketplace Web Services (MWS) auth token.
  • Amazon
Prev
1 … 3 4 5 6 7 8 9 … 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