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,520 community submitted regex patterns...
0
Todas las literales Regex (by: JGP)
Python
Uso de literales normales, normalizadas, funcionalizadas y unicodificadas (Unicode). Una literal en ER representa un carácter en texto.
Submitted by
anonymous
-
5 years ago
0
Todas las literales Regex (Solo texto de prueba) (by: JGP)
Python
Uso de literales normales, normalizadas, funcionalizadas y unicodificadas (Unicode). Una literal en ER representa un carácter en texto.
Submitted by
anonymous
-
5 years ago
0
Kenteken regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
better
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Python Email Checker
Python
Feel free to provide inputs.
Submitted by
anonymous
-
5 years ago
0
English to DAS EFX
ECMAScript (JavaScript)
Adds -iggedy to words in the style of hip hop group DAS EFX.
Submitted by
anonymous
-
5 years ago
0
Password
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
sss
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
lib1
Python
import time print(time.time()) import datetime print(datetime.datetime.now()) ...
Submitted by
anonymous
-
5 years ago
0
gfhgh
Python
fghh
Submitted by
anonymous
-
5 years ago
0
zxb
Python
zvcxv
Submitted by
anonymous
-
5 years ago
0
two " to triple
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Demo Breakdown
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Resolution Regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
match wmic.exe create remote process
Python
no description available
Submitted by
anonymous
-
5 years ago
0
matching URLs and failing non-URLs
ECMAScript (JavaScript)
Here, we would add a quantifier to a simple char class in an expression such as:
Submitted by
anonymous
-
5 years ago
0
simple gmt coordinates finder
Python
no description available
Submitted by
anonymous
-
5 years ago
0
handle_virtual_registers_prefix
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Python Call Graph
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Match everything but CVS
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
170
171
172
173
174
...
276
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
[
a
-
z
\d
]
+
)
(
(
[
A
-
Z
\d
]
+
)*
(
[
a
-
z
\d
]
+
)*
)*
$
/
mg
Open regex in editor
Description
including digits and sequential uppercase letters
Submitted by
anonymous
-
a year ago