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 12,120 community submitted regex patterns...
0
multiple of 3 in binary
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
test_username
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
numer ewid
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
C Prototypes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
pW
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Receiver Version
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
LFG Regexs
PCRE (PHP <7.3)
For region, add in each region manually
Submitted by
anonymous
-
4 years ago
0
17/11 - övning 6
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
17/11 - övning 7
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
övn 7 -17/11 - https://Ihm.se
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Basic URI matching
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
remove mentions and hashtags tweet
PCRE (PHP <7.3)
Remove user mentions and hashtags from the tweet data text
Submitted by
anonymous
-
4 years ago
0
Поиск неточных совпадений 001
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Password validation
PCRE (PHP <7.3)
Regex password validation (Basic)
Submitted by
anonymous
-
4 years ago
0
Youtube link
PCRE (PHP <7.3)
Short or long. Without channel, playlist and any other options
Submitted by
anonymous
-
4 years ago
0
Extraction de la quantité d'unités dans Open Food Facts
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Essai
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Basis - Replace using Capture Groups
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Basis-Tricks with capture group-Create and exclude
PCRE (PHP <7.3)
Create capture group - between (), and it shall not be a command Exclude capture group - write the pattern or the exact text/syntax without being sorrounded with ()
Submitted by
anonymous
-
4 years ago
0
WiKi Links without Headers
PCRE (PHP <7.3)
Includes Words, Digits, White Spaces, (, ), :, -, _
Submitted by
anonymous
-
4 years ago
1
...
492
493
494
495
496
...
606
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?=
.
{10,255}
$
)
(?=
.
{4,64}
@
)
[
A
-
z0
-
9
]
+
(?:
[
.-
]
[
A
-
z0
-
9
]
+
)*
@
[
A
-
z0
-
9
]
+
(?:
[
.-
]
[
A
-
z0
-
9
]
+
)*
\.
[
A
-
z
]
+
$
/
mug
Open regex in editor
Description
no description available
Submitted by
AiAbdrahim
-
4 years ago
(Last modified 4 years ago)