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,960 community submitted regex patterns...
0
Script Tag in html
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Regex for C-style assignments
Golang
no description available
Submitted by
cemares
-
7 years ago
0
Regex to match positive or negative number or empty string, but not '-' alone
ECMAScript (JavaScript)
no description available
Submitted by
myth
-
7 years ago
0
SRP
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Java Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
chinese phone number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mustache Language parser regexp
ECMAScript (JavaScript)
Useful for parsing HTML templates written in mustache language. This regex does not support custom delimiter tags. For documentation see: http://mustache.github.io/mustache.5.html
Submitted by
anonymous
-
7 years ago
0
Find/replace with 1 group capture
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
-1
IP Address validator
ECMAScript (JavaScript)
Validates IPv4 IP Address
Submitted by
krzysp, fty4
-
7 years ago
0
Checks for PHP classes with namespaces that haven't been imported.
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
wqdwqd
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
iso 8601 date with millisecond and timezone
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Line learning Google app hack
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
半角カタカナ、英文字Regexp (Javascript)
ECMAScript (JavaScript)
許容文字 ・半角カタカナ ・英文字(大文字、小文字) ・半角スペース**
Submitted by
loliqoop
-
7 years ago
0
valid letter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
password must be 12-20 chars, atleast 1 number, 1 lower,1 uppercase, only !@#$%^&. allowed
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Person Names
ECMAScript (JavaScript)
Awesome Latim first and last Person names
Submitted by
@Subversivo58
-
7 years ago
0
international phone numbers
ECMAScript (JavaScript)
+1 (555) 555-5555 +90 532 581 98 18 +358 44 944 30 13
Submitted by
anonymous
-
7 years ago
0
FLAU
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
Replace text between double curly braces
ECMAScript (JavaScript)
no description available
Submitted by
TonyM (g33ktony)
-
7 years ago
1
...
119
120
121
122
123
...
198
Community Library Entry
1
Regular Expression
.NET 7.0 (C#)
@"
(
[
A
-
Za
-
z-éèë
]
+
)
(
\b
[
A
-
Z
]
[
A
-
ZÉ
\s
]
+
\b
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago
(Last modified a year ago)