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 4,760 community submitted regex patterns...
0
HGVS RNA deletion
PCRE2 (PHP >=7.3)
This regex will match RNS deletion following hgvs nomenclature
Submitted by
anonymous
-
2 years ago
0
Find OTP
PCRE2 (PHP >=7.3)
Covers most of the cases of getting otp from email or mobile number
Submitted by
anonymous
-
2 years ago
0
HGVS Frameshift protein
PCRE2 (PHP >=7.3)
Protein frameshift hgvs
Submitted by
anonymous
-
2 years ago
0
deetct href and src in html files for vs code
PCRE2 (PHP >=7.3)
deetct href= and src= in html files for vs code
Submitted by
anonymous
-
2 years ago
0
beginning of new file / very start of the first line
PCRE2 (PHP >=7.3)
beginning of new file / very start of the first line
Submitted by
rasreeee
-
2 years ago
0
MB - XE Currency connector
PCRE2 (PHP >=7.3)
Martin Bencher - XE Currency connector
Submitted by
Ghita
-
2 years ago
0
MSE Qualifier Regex
PCRE2 (PHP >=7.3)
Regular Expression for getting a Qualifier as defined by MapleMBSE
Submitted by
anonymous
-
2 years ago
0
Between brackets
PCRE2 (PHP >=7.3)
Get all values between brackets
Submitted by
aldo-f
-
2 years ago
0
Title RegEx
PCRE2 (PHP >=7.3)
Checks named titles like Mr., Mrs, Ms. prefixed to names
Submitted by
anonymous
-
2 years ago
0
Checker for specific key
PCRE2 (PHP >=7.3)
Checker for specific key
Submitted by
anonymous
-
2 years ago
0
MATCH NO HREF DE HTML
PCRE2 (PHP >=7.3)
Match em href do html
Submitted by
anonymous
-
2 years ago
0
Regex PH landline
PCRE2 (PHP >=7.3)
Regex PH landline (sample)
Submitted by
anonymous
-
2 years ago
0
Regex for Nigerian Phone Number
PCRE2 (PHP >=7.3)
As more and more nigerians get new phone numbers daily, the main telcom companies in Nigerian increase the varieties of numbers to accomodate this greater demand. This regex is needed to accomodate the new varieties of accessible numbers
Submitted by
anonymous
-
2 years ago
0
Password, 8 chars, at least one special char
PCRE2 (PHP >=7.3)
Password, 8 chars, at least one special char
Submitted by
Roman Kocherezhchenko
-
2 years ago
0
TRye bracktres
Python
gfhtrgh
Submitted by
anonymous
-
2 years ago
0
ru-urls-to-ua
PCRE2 (PHP >=7.3)
Как превратить русские URL в украинские? Формула в Google Sheets =regexreplace(B20;"ua(\/)";"ua\/ua\/")
Submitted by
@seocringe
-
2 years ago
0
SQL Processes Filter
PCRE2 (PHP >=7.3)
Pattern to detect certain SQL queries in the PROCESSLIST results.
Submitted by
anonymous
-
2 years ago
0
telephone_finder
Python
[-+ ]?[178]?[ ]?\d[ ]?\d[ ]?\d[ ]?\d[ ]?\d[ ]?\d[ ]?
Submitted by
anonymous
-
2 years ago
0
trova percorsi con immagini in un dominio
PCRE2 (PHP >=7.3)
usato per fabbricatorino e sostituzione llaravel asset
Submitted by
anonymous
-
2 years ago
0
回溯条件查找
PCRE2 (PHP >=7.3)
java 似乎不支持 回溯条件查找
Submitted by
anonymous
-
2 years ago
1
...
113
114
115
116
117
...
238
Community Library Entry
0
Regular Expression
Python
r"
[
-+
]
?
[
178
]
?
[
]
?
\d
[
]
?
\d
[
]
?
\d
[
]
?
\d
[
]
?
\d
[
]
?
\d
[
]
?
"
gm
Open regex in editor
Description
[-+ ]?[178]?[ ]?\d[ ]?\d[ ]?\d[ ]?\d[ ]?\d[ ]?\d[ ]?
Submitted by
anonymous
-
2 years ago