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,040 community submitted regex patterns...
1
Change Table names
PCRE (PHP <7.3)
no description available
Submitted by
Andrea
-
9 years ago
3
Validate Base64 with new lines (e.g. GPG base64 messages)
PCRE (PHP <7.3)
This regular expression validates if given string is formatted in Base64, additional it accepts new lines, since payload can have new lines in it.
Submitted by
wpodgorski
-
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
pgmping output
Python
no description available
Submitted by
jcdesimp
-
9 years ago
-2
French phone attempt
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
IP Regex Test
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
comma's tussen quotes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Integral
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
2
flex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
3
MySQL Full-Text BOOLEAN mode
PCRE (PHP <7.3)
Checks if an input string is compatible with the BOOLEAN mode of MySQL full text search system
Submitted by
greezybacon
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
URL
PCRE (PHP <7.3)
get full URL address split by delimiter.
Submitted by
Asuka
-
9 years ago
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
-
9 years ago
1
Web page URL
PCRE (PHP <7.3)
Validates an URL of a web page
Submitted by
Heinrich Reimer
-
9 years ago
1
TimeSpan
ECMAScript (JavaScript)
Timespan validator for DDD:HH:MM which takes required minimum 1 minute
Submitted by
Abhiraj
-
9 years ago
-1
IP address regex of IPV4
PCRE (PHP <7.3)
The given regex matches the IPV4 address of given ip address string.
Submitted by
Ayush
-
9 years ago
-1
xml
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Testing for receipt items
Python
no description available
Submitted by
anonymous
-
9 years ago
1
...
797
798
799
800
801
...
902
Community Library Entry
1
Regular Expression
Rust
r"
\b
[
(
]
?
(?P<areaCode>
\d
{3}
)
[
)
]
?
[
.-
]
(?P<phone>
\d
{3}
[
.-
]
\d
{4}
)
\b
"
gs
Open regex in editor
Description
not fully featured, but simple.
Submitted by
Jakersnell
-
a year ago