Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Relevance
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 520 community submitted regex patterns...
1
Comprehensive URL Validation Regex
Python
This regex pattern is designed to validate URLs with the following key features: Protocol Support: Optionally matches http:// or https://. Subdomain Handling: Supports optional www. and valid subdomains. Domain Name Validation: Ensures proper formatting of domain names: Prevents double hyphe...
Submitted by
Hadi Mousavi
-
8 months ago
1
Bangla validation regex
ECMAScript (JavaScript)
আপনার কোডের Bangla validation regex শুধুমাত্র বাংলা ইউনিকোড রেঞ্জ (\u0980-\u09FF) অনুমোদন করছে। কিন্তু, "জোবায়দুল ইসলাম"-এর মধ্যে স্পেস ( ) রয়েছে, যা আপনার regex-এ অনুমোদিত নয়।** আপনার regex-টি নিচের মতো পরিবর্তন করুন, যাতে স্পেস এবং বাংলা চরিত্র উভয়ই গ্রহণযোগ্য হয়: const isBanglaText = (text:...
Submitted by
Zobaidul Kazi
-
5 months ago
1
Sri Lankan NIC Validation Regex - Sri Lanka - National Identity Card Number Validation Regex
PCRE2 (PHP >=7.3)
Extract the Data from Sri Lankan National Identity Card The SL NIC could be divided into two groups, Before 2016 (9 alphanumeric digits with one English letter) After 2016 (12 alphanumeric digits) ...
Submitted by
Aadhil Ahamed (Find me on GitHub: https://github.com/AadhilMR)
-
2 years ago
1
MY RFC 5322 implementation
ECMAScript (JavaScript)
My RFC 5322 implementation for email validation with few limitation on top level domain name
Submitted by
DevJustWantHaveFun
-
11 years ago
1
Credit Card finder
PCRE (PHP <7.3)
Captures credit card looking sequence of digits Luhn validation remains required as a complement.
Submitted by
OP
-
11 years ago
1
Validate number in format: +xxxxxxxxxxx
PCRE (PHP <7.3)
Used for number validation in input forms, when number is required to be in international format. You can adjust the required number length by adjusting this part of regex: {6,10}. The bigged the second number, the longer number will pass the match.
Submitted by
Donatas Stončius - donatas@stoncius.lt
-
10 years ago
1
Email
PCRE (PHP <7.3)
Regex for generic email (Not validation on ending in .com, .org etc.)
Submitted by
http://www.regular-expressions.info/email.html
-
10 years ago
1
Email ID
ECMAScript (JavaScript)
Full Validation of Email ID
Submitted by
Eric Abraham
-
10 years ago
1
email for .com & .co.in
ECMAScript (JavaScript)
email validation
Submitted by
Chanti
-
10 years ago
1
simple IPv6 check
ECMAScript (JavaScript)
This performs a non-rigorous validation of IPv6 addresses. Should be used before handing off the value to a better parser/validator.
Submitted by
anonymous
-
10 years ago
1
Phone number (Russia and all World)
PCRE (PHP <7.3)
Regex for validation phone number
Submitted by
Devil_Chrono
-
9 years ago
1
linter-elixirc
PCRE (PHP <7.3)
Testing of elixirc output for linter-elixirc validation.
Submitted by
Landon Abney
-
9 years ago
1
Empty Blank String Validator
ECMAScript (JavaScript)
Validation Expression to validate Blank String checks
Submitted by
zaheer
-
9 years ago
1
JS No space title
ECMAScript (JavaScript)
Numbers, letters, and underscore with no special characters, no spaces, no leading number, and no leading or trailing underscore for use in KnockoutJS (or any JS validation).
Submitted by
Owen Dismuke
-
9 years ago
1
For Version Number
PCRE (PHP <7.3)
Validation for version numbers like 33.3.33
Submitted by
Gokul
-
9 years ago
1
LiveRes
PCRE (PHP <7.3)
Postcode Validation
Submitted by
Dan Manning
-
9 years ago
1
Email
PCRE (PHP <7.3)
Refunds email validation
Submitted by
Greg Kedge
-
9 years ago
1
email
PCRE (PHP <7.3)
email validation
Submitted by
Chandan
-
9 years ago
1
Android package name
PCRE (PHP <7.3)
Validation of android package names. Read more
Submitted by
Paldom
-
8 years ago
1
Email matching with a grain of salt
PCRE (PHP <7.3)
Inspired by Micheal Musson entry Wich was hard to use in regex flavours that don't support recursion (C# engine doesn't) i've build my own simpler version wich matches what i would accept as validation entry
Submitted by
Luigi Trabacchin
-
8 years ago
1
...
4
5
6
7
8
...
26