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...
7
simple email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
1
jQuery Validation Email Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
1
filterprocyonerror
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
-3
Matches percentage with any number of digits
Python
Only captures value for converting percentage to decimal. Returns empty if percentage but no value. no match = no percentage found
Submitted by
sharkey
-
10 years ago
1
filtrar jadx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
-2
Host and domains
Python
no description available
Submitted by
anonymous
-
10 years ago
-3
Match email addresses and get the mail provider as a group
PCRE (PHP <7.3)
no description available
Submitted by
Ole
-
10 years ago
2
Check if the title ends in is alid or not in java using regex
PCRE (PHP <7.3)
testing patterns http://stackoverflow.com/questions/30751885/check-if-a-string-ends-in-is-valid-or-not-in-java-using-regex
Submitted by
Sriharsha
-
10 years ago
1
prevent-sanitzation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
URL domain test
ECMAScript (JavaScript)
tests to find if ("google.com") is the domain part of the URL
Submitted by
anonymous
-
10 years ago
-2
spot2-test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
ipv4
Python
no description available
Submitted by
anonymous
-
10 years ago
1
Timecode
Python
Regex to match standard timecode format. (Updated with fewer groups).
Submitted by
Travis
-
10 years ago
1
pERMUTACION 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Email regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Timecode
Python
Regex to match standard timecode format.
Submitted by
Travis
-
10 years ago
1
zypper
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Find Italic
PCRE (PHP <7.3)
Find Html TAG with "Italic" class and returns his content.
Submitted by
Ivan Milazzotti
-
10 years ago
-2
posix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Find Chapter (eBook)
PCRE (PHP <7.3)
Find an specific TAG and return his content
Submitted by
Ivan Milazzotti
-
10 years ago
1
...
842
843
844
845
846
...
902
Community Library Entry
25
Regular Expression
ECMAScript (JavaScript)
/
(
[
#.a
-
z
]
{1}
[
a
-
z_
]
{1}
[
\s\S
]
+
?
)
{
(
[
\s\S
]
*
?
)
}
/
g
Open regex in editor
Description
no description available
Submitted by
Pavel Dominguez
-
10 years ago