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 The First X Characters In A Sentence

A useful Regex that matches the first X characters (including space) in a sentence.
  • Strings

Regex To Match A Full Sentence

A regular expression to match full sentences (end with a full stop (.), question mark (?), or exclamation mark (!).).
  • Numbers

Positive Decimal Regular Expression

A regular expression to match a positive decimal value.
  • Numbers

Positive Integer Regular Expression

A regular expression to match a positive integer value like 10, 20, 100, etc.
  • Numbers

Regular Expression For Formatted Number With Space As Thousand Separator

A Regular Expression for those who use a space as thousands separator.
  • Numbers

Regular Expression To Validate A Percentage From 0 To 100

A Regular Expression to validate a percentage from 0 to 100.
  • Numbers

Regular Expression To Check If Number Is Float

A Regular Expression to check if the number you provide is a float value.
  • Strings

Regular Expression To Check Non-digit Characters

A Regular Expression to determine a character is not a digit/number.
  • URI

Regular Expression To Match All URLs In Text

A useful regex to match all URLs (with or without protocol) found in plain text.
  • URL
  • Numbers

Currency Regular Expressions

A set of regular expressions that helps you validate and parse Money/Currency/Price values.
  • Strings

Regex To Check If Are Allowed File Types

A regular expression to check if the files you provide are allowed file types.
  • URI

Regex To Check If Is A Valid Folder Name

A regular expression to check if is a valid folder name (no forbidden characters included).
  • Numbers

Regular Expression For US Postal Codes

A regular expression to match and valid US.S five-digit and nine-digit (zip+4) postal codes.
  • Postal Code, zip code
  • Numbers

Regular Expressions For 4 Or 6 Digits

Regular Expressions that exactly match 4 or 6 digits, which are typically used in Pin Code.
  • Digit
  • Strings

Regex To Check If The First Letter Is Uppercase

A regular expression to match and validate if the first letter of a string is uppercase.
  • Strings

Regular Expression For Uppercase Letters

A regular expression to match all uppercase letters in text.
  • Date & Time

ISO 8601 Date Regular Expression

A regular expression to validate an ISO 8601 date string.
  • Date & Time

Regular Expression For Date Of Birth

A Regular Expression to match and valid date of birth (dd/mm/yyyy).
  • URI

Domain Name Regular Expression

A Regular Expression that matches most domains including subdomains and IDN domain names.
  • Numbers

Negative Number Regular Expression

Regular expressions to match negative numbers or negative integers.
  • Strings

Regular Expressions For New Line

A regular expression to match a new line (linebreaks).
Prev
1 … 7 8 9 10 11 12 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