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 3,740 community submitted regex patterns...
0
Email validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Email validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
User Agent for Web View
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Simple email + gmail folder mod ('+spam', for example)
ECMAScript (JavaScript)
no description available
Submitted by
zarapustra
-
7 years ago
0
TS constructor body
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
TS model properties
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Github Profile URL
ECMAScript (JavaScript)
It checks whether the Github Profile URL is valid.
Submitted by
anonymous
-
7 years ago
0
unlock
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Full name with non-latin characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
input acceptance
ECMAScript (JavaScript)
only valid chars
Submitted by
anonymous
-
7 years ago
0
recipes
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
Match UUID
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
finding relative urls in a css file
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
verifyWebName
ECMAScript (JavaScript)
verify if a string can be use in a username pattern for my project
Submitted by
Feloem Goetia
-
7 years ago
0
Match CSS Variables
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Discord js code markup parser
ECMAScript (JavaScript)
no description available
Submitted by
sorashi
-
7 years ago
0
Foodie2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Get Host from DNSNAMES.ORA
ECMAScript (JavaScript)
This expression gives me the hostname for a given schema
Submitted by
anonymous
-
7 years ago
0
Њ специјални случајеви >> НЈ
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
split
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
...
15
16
17
18
19
...
187
Community Library Entry
0
Regular Expression
Python
r"
\$
[
a
-
zA
-
Z0
-
9
\-
_
]
+
[
]
*
:
[
]
*
[
a
-
zA
-
Z0
-
9
\-
_
]
+
"
Open regex in editor
Description
find every Sass variabile assignation
Submitted by
Giorgia Bonini
-
9 years ago