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 6,380 community submitted regex patterns...
0
Њ специјални случајеви >> НЈ
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
Foodie2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
33
Strict Password Validator
ECMAScript (JavaScript)
This regex matches only when all the following are true: password must contain 1 number (0-9) password must contain 1 uppercase letters password must contain 1 lowercase letters password must contain 1 non-alpha numeric number...
Submitted by
qho
-
7 years ago
(Last modified a year ago)
0
Discord js code markup parser
ECMAScript (JavaScript)
no description available
Submitted by
sorashi
-
7 years ago
0
Match CSS Variables
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
-1
sorry guys - uploaded by fat fingers and can't delete
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
-1
balanced parenthesis match
ECMAScript (JavaScript)
break the code to first opening parenthesis and then closing use the groups individually not entirely . This is 40% correct online pattern but mixing it with first open then close groups in two different matches result in 100% success
Submitted by
Muhammed
-
7 years ago
0
finding relative urls in a css file
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Match UUID
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
TS model properties
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
TS constructor body
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
unlock
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
Simple email + gmail folder mod ('+spam', for example)
ECMAScript (JavaScript)
no description available
Submitted by
zarapustra
-
7 years ago
0
User Agent for Web View
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
1
...
239
240
241
242
243
...
319
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
<%=
?
(
.
+
)
%>
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
10 years ago