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 5,940 community submitted regex patterns...
1
xfd log - multi-pass non-optimized start->end times
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Phone number matcher
ECMAScript (JavaScript)
Country code 1
Submitted by
anonymous
-
9 years ago
0
Match special characters excl. unicode accented, _, -, and whitespace
ECMAScript (JavaScript)
Covers Latin-1 Supplement Latin Extended-A Latin Extended-B Greek and Coptic
Submitted by
anonymous
-
9 years ago
1
check trailing slash domain
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
correlation challenge
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Inside single quotes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Website url maxLength 50
ECMAScript (JavaScript)
no description available
Submitted by
Josiah
-
9 years ago
1
regular expression to match word starting with space
Python
no description available
Submitted by
anonymous
-
9 years ago
1
MySQL
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Notice and deprecated php error message
ECMAScript (JavaScript)
get the notice or deprecated from php on your content
Submitted by
Guss
-
9 years ago
1
ip address
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Test
ECMAScript (JavaScript)
no description available
Submitted by
test1
-
9 years ago
1
last URL argument
ECMAScript (JavaScript)
A way to match the last URL argument that allows arguments to contain any characters except '#' and '/'. Assumes that URL argument separator is '/' and that the list starts with '#'. Clearly, not universal!
Submitted by
A. Roberts
-
9 years ago
1
Selectors.io Attribute Selector Implementation
ECMAScript (JavaScript)
no description available
Submitted by
James Donnelly, Selectors.io
-
9 years ago
1
email validation
ECMAScript (JavaScript)
email validation
Submitted by
Guti
-
9 years ago
1
US Telephone Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Time -12 hours format with AM and PM
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
System names
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Unicode alphanumeric (any language) with whitespaces
ECMAScript (JavaScript)
Match any alphanumeric string in any language. White spaces are allowed. (Usefull for ECMAScript 5)
Submitted by
Angelos Gkountis
-
9 years ago
-1
Only letters without numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
...
235
236
237
238
239
...
297
Community Library Entry
1
Regular Expression
Python
r"
(
(?:
https
?
:
)?
\/\/
(?:
[
\w
]
+
[
.
]
[
\w
]
+
)+
/
?
)+
$
"
gm
Open regex in editor
Description
no description available
Submitted by
maq
-
9 years ago