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

Amazon Web Services Client ID Regular Expression

A regular expression to match an Amazon Web Services (AWS) Client ID, which is a unique identifier for an AWS accountStandardization.
  • AWS
  • Strings

Base32 Encoded String Regular Expression

A regular expression that matches a valid Base32 encoded string.
  • Strings

Regular Expression To Match Chinese Characters

A regular expression that matches any Chinese characters (both Simplified and Traditional Chinese).
  • Strings

Digital Object Identifier Regular Expression

A regular expression to match a Digital Object Identifier (DOI).
  • Markup & Programming

WordPress Shortcode Regular Expression

A regular expression to match a WordPress shortcode, which is written inside two square brackets.
  • Numbers

Regex To Match Positive or Negative Number

A regular expression to match a positive or negative integer value.
  • Strings

Regular Expression To Match Morse Code

A regular expression to match Morse Code.
  • Markup & Programming

CSS Comment Regular Expression

A regular expression to match CSS Comments within your document.
  • URI

YouTube Channel ID Regular Expression

A regular expression to match a YouTube Channel ID.
  • Video, Youtube
  • Numbers

Regular Expression To Validate Grade Point Average

A regular expression to validate Grade Point Average (GPA), which is between 0.00 and 4.00.
  • Strings

Regular Expression To Match Argentine Postal Code (CPA)

A regular expression to match postal codes (Código Postal Argentino) in Argentina.
  • Postal Code
  • Strings

Regular Expression To Match Microsoft Product Key

A regular expression to match a Microsoft Product Key, which is a 25-character code that's used to activate Windows.
  • Strings

Regular Expression To Limit Length Of Characters

A regular expression to limit the length of characters (between x and y characters long).
  • Strings

Regular Expression To Validate ICD-10-CM Codes

A regular expression to verify it is a valid ICD-10-CM (International Classification of Diseases, Tenth Revision, Clinical Modification) code.
  • Strings

Regular Expression To Validate ICD-9 Codes

A regular expression to verify it is a valid ICD-9 (International Classification of Diseases, Ninth Revision) code.
  • Numbers

Regular Expression To Match Brazilian Postal Codes (CEP)

A regular expression to match postal codes (also called CEP) in Brazil.
  • Postal Code
  • Strings

Regular Expression To Match Variable Names In Programming Languages

A regular expression to match variable names (also called identifiers) in programming languages. /^[a-zA-Z_][a-zA-Z0-9_]*$/ Click To Copy Matches: regexPattern regex_pattern regex Non-matches: regex pattern regex-pattern regex|pattern

  • Numbers

Phone Number Regular Expressions

A collection of useful Regular Expressions to parse, validate, and format phone numbers around the world.
  • Numbers

Regular Expression To Match Roman Numerals

A regular expression to match valid Roman Numerals, which are written using the letters M, D, C, L, X, V, and I.
  • Numbers

Regular Expression To Match Feet And Inches

A regular expression to match Feet And Inches.
  • Strings

Regular Expression To Match U.S. Amateur Radio Call Signs

A regular expression to match amateur radio call signs in the United States.
Prev
1 … 4 5 6 7 8 9 10 … 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