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 18,000 community submitted regex patterns...
1
Integral
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
comma's tussen quotes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
replace comma's between quoted text in csv
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
IP Regex Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
django page
Python
no description available
Submitted by
luckydonald
-
9 years ago
1
pgmping output
Python
no description available
Submitted by
jcdesimp
-
9 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)
-
9 years ago
1
Change Table names
PCRE (PHP <7.3)
no description available
Submitted by
Andrea
-
9 years ago
1
filerouter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
django-ckeditor has embed
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Laughing detector
ECMAScript (JavaScript)
Detects "hahaha"
Submitted by
anonymous
-
9 years ago
1
Words with only one spacing
PCRE (PHP <7.3)
Names with only one spacing allowed in between words.
Submitted by
Pavan Kataria
-
9 years ago
1
Validate Phone
ECMAScript (JavaScript)
Validate Phone numbers with separators and areas with 3 digit
Submitted by
Elioth Rivera
-
9 years ago
1
hh:mm:ss time matcher
PCRE (PHP <7.3)
matches correct format for time
Submitted by
anonymous
-
9 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
-
9 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
-
9 years ago
1
Get text of c-style comments
PCRE (PHP <7.3)
no description available
Submitted by
ldg
-
9 years ago
1
123
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
[TYPECODE #1\](NCHG)
PCRE (PHP <7.3)
\TYPECODE #1\\[MARF#\].?\[EREF#\].?\[IREF#\].?\[RTRN#]\s.?\[DR #1\]
Submitted by
AS/KL
-
9 years ago
1
ip
Python
ip search
Submitted by
WFT
-
9 years ago
1
...
632
633
634
635
636
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
SI
[
0
-
9
]
{2}
[
0
-
9
]
{15}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago