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,020 community submitted regex patterns...
0
Spain mobile phone numbers
PCRE (PHP <7.3)
Matches current mobile telephone numbers in Spain.
Submitted by
Carlos Interactive3g
-
9 years ago
1
Safe words and dirty words
PCRE (PHP <7.3)
This regex matches "bob" but does not match "abob", "bobb" or "cbobd" while it does match "cbob" and "bobd". Here "bob" is the dirty word and "abob", "bobb" and "cbobd" are safe phrases
Submitted by
Alex
-
9 years ago
1
Find only ".config" file names
PCRE (PHP <7.3)
Will find lines that end with "/*.config"
Submitted by
Dee
-
9 years ago
0
apache log analysis
Python
no description available
Submitted by
anonymous
-
9 years ago
1
RGB colors
PCRE (PHP <7.3)
Matches all the RGB colors in the format #RRGGBB and #RGB
Submitted by
Gabriel Hautclocq
-
9 years ago
1
validate_invoiceid_with_yy
PCRE (PHP <7.3)
Validate an ivoice number with the last two digit as last 2 year digit
Submitted by
ema
-
9 years ago
1
{1-65536}
PCRE (PHP <7.3)
12
Submitted by
anonymous
-
9 years ago
1
Non-prod Application Log Regex
PCRE (PHP <7.3)
no description available
Submitted by
Aditya Bindra
-
9 years ago
-2
UK (Europe) DateTime
ECMAScript (JavaScript)
Validates input to match UK Date Time standard
Submitted by
Bascoder
-
9 years ago
1
Orignial Log Parse (Spark Lab2)
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Basic IP matching
ECMAScript (JavaScript)
I've looked at some of the other IP matching that seems a lot more complex but several of them don't work, and I'm too simple minded to figure out why. Keep it simple, I've never had a problem matching IP addresses in logs with this one.
Submitted by
anonymous
-
9 years ago
0
Java poet regex alternative.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
match data-reactid
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
File input type validation
PCRE (PHP <7.3)
no description available
Submitted by
Ramkumar Venkatachalam
-
9 years ago
1
Mail With Groups
ECMAScript (JavaScript)
Matches email with groups for username and domain.
Submitted by
anonymous
-
9 years ago
1
redaa
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
keep versions
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Levi test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
hstore
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Update for bne_interface_cols_tl
PCRE (PHP <7.3)
Necessary because of Bug in Web-Interface
Submitted by
anonymous
-
9 years ago
1
...
105
106
107
108
109
...
901
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
\d
+
)
\s
(
\w
+
)
\s
(
[
a
-
zA
-
Zâéàè()
\-
]
+
)
\s
(
\d
{4}
)
\s
@
\s
(
[
\d
,.
]
+
)
\s
?
(
[
a
-
zA
-
Zâéàè
()
]
*
)
$
/
mug
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago