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,720 community submitted regex patterns...
2
Removes script tags
ECMAScript (JavaScript)
no description available
Submitted by
ghs
-
9 years ago
1
Brazilian Phone number
ECMAScript (JavaScript)
With optional 9 digit
Submitted by
Matheus Gambati
-
9 years ago
1
separate two odd numbers with a dash
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Find @mentions
ECMAScript (JavaScript)
Useful for pulling user mentions out of markdown.
Submitted by
anonymous
-
9 years ago
2
kasd; fk.!@#$%^&*()*()%^&*()_
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
MAC address capturing
Python
Captures MAC addressess in any format: aa bb cc dd ee ff aa-bb-cc-dd-ee-ff aa:bb:cc:dd:ee:ff aabb.ccdd.eeff aabbccddeeff
Submitted by
Gilian
-
9 years ago
1
telefone number validator
ECMAScript (JavaScript)
this regex match numbers, whitespaces and the plus caracter.
Submitted by
Daviz
-
9 years ago
0
"^\d*\.?((25)|(50)|(5)|(75)|(0)|(00))?$"
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
4
extract domain with port
ECMAScript (JavaScript)
no description available
Submitted by
yooresh
-
9 years ago
1
Password
ECMAScript (JavaScript)
aA1@
Submitted by
anonymous
-
9 years ago
1
Email Address
ECMAScript (JavaScript)
vishal1@vishal.com
Submitted by
anonymous
-
9 years ago
1
Steam Permalink ID -
ECMAScript (JavaScript)
no description available
Submitted by
shooteram
-
9 years ago
1
String blocks that start and end by a pattern
Python
no description available
Submitted by
anonymous
-
9 years ago
1
match 8 character device name with restrictions
ECMAScript (JavaScript)
Charset is: 0 1 2 3 4 5 6 7 8 9 - _ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l m n o p q r s t u v w x y z Rules for string:...
Submitted by
anonymous
-
9 years ago
1
дом
Python
no description available
Submitted by
anonymous
-
9 years ago
1
C# Generic Parameters
ECMAScript (JavaScript)
no description available
Submitted by
andy cunningham
-
9 years ago
1
Get Email Address from string
ECMAScript (JavaScript)
no description available
Submitted by
Google
-
9 years ago
1
FDQN
ECMAScript (JavaScript)
no description available
Submitted by
Pratheesh ps
-
9 years ago
2
problem for homework
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
US Telephone number
ECMAScript (JavaScript)
Regex for validating us telephone number as per freecodecamp testcases-
Submitted by
Yashdeep Hinge
-
9 years ago
1
...
229
230
231
232
233
...
286
Community Library Entry
1
Regular Expression
Python
r"
(?P<Address>
(?:
\d
+
\s
+
.
+
\s
+
(?:
st
|
street
|
ave
|
avenue
|
dr
|
drive
|
way
|
lane
)
\.
?
)
)
"
gi
Open regex in editor
Description
no description available
Submitted by
Awk
-
9 years ago