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 18,000 community submitted regex patterns...
0
password complexity pattern
ECMAScript (JavaScript)
be at least 8 characters with at least 1 Capital , 1 Lowercase , 1 special char , 1 number
Submitted by
founet
-
3 years ago
0
get numbers removing zeros from left
ECMAScript (JavaScript)
oq?
Submitted by
anonymous
-
3 years ago
0
Match any pattern abc.def.***.uvw.xyz hackerRank
Java 8
This regex matches any pattern like in the title. HackerRank challenge modified.
Submitted by
anonymous
-
3 years ago
0
Nginx rewrite rule to match all urls except .well-known (letsencrypt challenge validation)
PCRE2 (PHP >=7.3)
Will match typical urls such as: / /somepage /some/nested/page Will not match URLs starting with...
Submitted by
anonymous
-
3 years ago
0
Наличие слова без учета регистра в тексте
.NET 7.0 (C#)
Наличие слова без учета регистра в тексте
Submitted by
anonymous
-
3 years ago
0
Password
PCRE2 (PHP >=7.3)
Vérifie si le mot de passe contient Entre 8 - 50 caractères 1 majuscule 1 minuscule 1 symbole
Submitted by
anonymous
-
3 years ago
0
match mail adress
PCRE2 (PHP >=7.3)
match mail adress
Submitted by
anonymous
-
3 years ago
0
Calcul detect
PCRE2 (PHP >=7.3)
Find operation in string (used in my personnal project)
Submitted by
anonymous
-
3 years ago
0
Messages
ECMAScript (JavaScript)
Show messages
Submitted by
Bot
-
3 years ago
0
Rename files
Python
Python regex of multiple file rename
Submitted by
anonymous
-
3 years ago
0
Search for strings being used as booleans
PCRE2 (PHP >=7.3)
We had an issue wherein people were attempting to use strings as booleans in JavaScript. E.G.: return ( {thisIsAString && ... )...
Submitted by
Nedron
-
3 years ago
0
Match Street Number
Python
Matches street number in it's 2nd group
Submitted by
anonymous
-
3 years ago
0
Russian phone
PCRE2 (PHP >=7.3)
Russian phone regex
Submitted by
Gor Sargsyan
-
3 years ago
0
AA find Excel command in script
Python
find Excel command in script based on json
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Canvas user quiz url to API url
Python
Turns a URL provided by the user (copied from the address bar) into a url to access the same quiz with the Canvas LMS REST API.
Submitted by
anonymous
-
3 years ago
0
Secret Key validation with slash, hyphen, underscore
PCRE (PHP <7.3)
Match alphanumeric with / - _
Submitted by
Shubham Thakre
-
3 years ago
0
regex_honoraires_prix
PCRE2 (PHP >=7.3)
guif
Submitted by
guif
-
3 years ago
0
hashcode #15849
ECMAScript (JavaScript)
정규식 예제
Submitted by
anonymous
-
3 years ago
0
regex_honoraires_vf_2
PCRE2 (PHP >=7.3)
guif
Submitted by
guif
-
3 years ago
0
regex_honoraires_vf_3
PCRE2 (PHP >=7.3)
guif
Submitted by
guif
-
3 years ago
1
...
482
483
484
485
486
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
[
1
-
9
]
{1}
[
0
-
9
]
?
(
[
\.
]
?
[
0
-
9
]
+
|
[
0
-
9
]
*
)
[
GT
]
{1}
$
/
mg
Open regex in editor
Description
Work with ZFS system ( example: set quota='4G')
Submitted by
anonymous
-
6 years ago