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
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 6,300 community submitted regex patterns...
0
UUID & GUID 36 char matcher (short)
ECMAScript (JavaScript)
case-insensitive
Submitted by
anonymous
-
5 years ago
0
Check validity email address
ECMAScript (JavaScript)
Follow the rules found in https://www.wikiwand.com/en/Email_address. Check all the address given to check if the addresses are valid or not.
Submitted by
anonymous
-
5 years ago
0
ISO-8601 date parse
ECMAScript (JavaScript)
Works with 2015-04-03T13:56:24.0+00:00 (official) format, and 2015-04-03T13:56:24+0000 (PHP) format, too Also: 2015-12-31
Submitted by
Norbi
-
5 years ago
0
MTR
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
5 years ago
(Last modified 3 years ago)
0
IPV4 IP address match
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
remove all html tags, even < and > on different lines
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
match float point number either with thousand comma or without.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
match float point number either with thousand comma or without. no leading zero is allowed
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Ticket price Qantas
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Nginx matcher correct
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Testing
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
regex for allowing only certain special characters and also including the alphanumerical characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
regex for allowing only certain special characters and also including the alphanumerical characters1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
ListOfSourcesSeparatedBySpaces
.NET 7.0 (C#)
A list of sources like accepted by the CSP:frame-ancestors header, plus the keywords of the X-Frame-Options header for some backward compatibility
Submitted by
anonymous
-
5 years ago
(Last modified 7 months ago)
0
Validate decimal
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Matches lines with a leading or trailing asterisk
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
number input reg
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Indian mobile/landline numbers regex with optional +91 support
ECMAScript (JavaScript)
Indian mobile/landline numbers regex with optional +91 support
Submitted by
anonymous
-
5 years ago
0
Indian mobile/landline numbers regex with +91 support
ECMAScript (JavaScript)
Indian mobile/landline numbers regex with +91 support
Submitted by
anonymous
-
5 years ago
0
Macys
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
177
178
179
180
181
...
315
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
0
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
/
gm
Open regex in editor
Description
text has numbers
Submitted by
vijay
-
a year ago