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 9,220 community submitted regex patterns...
0
Human weight in kg
PCRE (PHP <7.3)
Match theses types of input : 0 0,00 0,07 7 3,5...
Submitted by
Bloodbee
-
10 years ago
1
URL
PCRE (PHP <7.3)
get full URL address split by delimiter.
Submitted by
Asuka
-
10 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
comma's tussen quotes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
IP Regex Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
-2
French phone attempt
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
linear math
PCRE (PHP <7.3)
x+x^10+10x^(-3) get all valuem one by one
Submitted by
Max(morozovmaxim25@gmail.com)
-
10 years ago
1
filerouter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
hh:mm:ss time matcher
PCRE (PHP <7.3)
matches correct format for time
Submitted by
anonymous
-
10 years ago
1
GRBL status parser
PCRE (PHP <7.3)
parses the status message (response to '?') from a GRBL controller according to https://github.com/grbl/grbl/blob/master/grbl/report.c#L421 works with every possible status report mask (grbl 0.9i)
Submitted by
martin2250
-
10 years ago
1
Cusip/Price combination
PCRE (PHP <7.3)
SHould pickup a cusip followed by a price in decimals or ticks.
Submitted by
Rohit Thapliyal
-
10 years ago
1
Get text of c-style comments
PCRE (PHP <7.3)
no description available
Submitted by
ldg
-
10 years ago
1
[TYPECODE #1\](NCHG)
PCRE (PHP <7.3)
\TYPECODE #1\\[MARF#\].?\[EREF#\].?\[IREF#\].?\[RTRN#]\s.?\[DR #1\]
Submitted by
AS/KL
-
10 years ago
1
The meaning of life
PCRE (PHP <7.3)
http://www.rexegg.com/regex-humor.html#meaning-of-life
Submitted by
rexegg
-
10 years ago
1
Password Complexity Requirement RegEx
PCRE (PHP <7.3)
^ # start-of-string (?=.*[0-9]) # a digit must occur at least once (?=.*[a-z]) # a lower case letter must occur at least once (?=.*[A-Z]) # an upper case letter must occur at least once (?=.*[@#$%^&+=]) # a special character must occur at least once (?=\S+$) ...
Submitted by
http://stackoverflow.com/users/18771/tomalak
-
10 years ago
0
ISO 8601 Dates
PCRE (PHP <7.3)
Regex supporting all formats of ISO 8601 dates (with timezone and microseconds) that are compatible with PHP DateTime constructor and strtotime.
Submitted by
mjolnic
-
10 years ago
1
Match first PMID
PCRE (PHP <7.3)
When encountering more than 1 pmid, make sure to return the first one
Submitted by
agreco13
-
10 years ago
1
Youtube Regex
PCRE (PHP <7.3)
To get video id from different formats
Submitted by
bux
-
10 years ago
1
password complexity
PCRE (PHP <7.3)
At least one lower case, upper case and digit, at least 10 chars
Submitted by
anonymous
-
10 years ago
-2
Brazillian Telephone Number validator
PCRE (PHP <7.3)
A basic validator for BR phone numbers
Submitted by
Yemolai
-
10 years ago
1
...
85
86
87
88
89
...
461