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,020 community submitted regex patterns...
2
Pattern for usual email address
PCRE2 (PHP >=7.3)
Intentionally leaves out weird stuff such as IPV4 or IPV6 for the domain part and quoted usernames with invalid chars in the addressee part. Handles internationalized domains with soft validation (only structural matching) and blocks domain parts starting or ending with dashes or containing double d...
Submitted by
Victor Schröder
-
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
1
Grabbing custom structure from markdown
PCRE2 (PHP >=7.3)
:)
Submitted by
anonymous
-
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
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
Russian phone
PCRE2 (PHP >=7.3)
Russian phone regex
Submitted by
Gor Sargsyan
-
3 years ago
1
MyKad / Passport
PCRE2 (PHP >=7.3)
This allows only the specified characters to be a valid MyKad or Passport Number in Malaysia.
Submitted by
Munirul Haikal
-
3 years ago
0
Match Street Number
Python
Matches street number in it's 2nd group
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
Rename files
Python
Python regex of multiple file rename
Submitted by
anonymous
-
3 years ago
0
Messages
ECMAScript (JavaScript)
Show messages
Submitted by
Bot
-
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
match mail adress
PCRE2 (PHP >=7.3)
match mail adress
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
Наличие слова без учета регистра в тексте
.NET 7.0 (C#)
Наличие слова без учета регистра в тексте
Submitted by
anonymous
-
3 years ago
1
Simple HTML to Markup
Python
converts HTML: This is hyperlink. You can click this. to Markup: This is hyperlink. You can click this. which renders like this: This is hyperlink. You can click this.
Submitted by
toryano0820
-
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
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
get numbers removing zeros from left
ECMAScript (JavaScript)
oq?
Submitted by
anonymous
-
3 years ago
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
1
...
153
154
155
156
157
...
901
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
[^
a
-
zA
-
Za
-
åa
-
ö
0
-
9/%!
\"
#¤%&/()=?
\¨
'
\[\]
@£$|§_<>.,-
]
/
g
Open regex in editor
Description
no description available
Submitted by
Jon Henning Bergane
-
9 years ago