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 2,760 community submitted regex patterns...
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
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
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
0
Not ending with file ending
PCRE2 (PHP >=7.3)
Not ending with png svg or jpg
Submitted by
anonymous
-
2 years ago
0
my_regex
PCRE2 (PHP >=7.3)
sample regex expression
Submitted by
anonymous
-
2 years ago
0
HTML
PCRE2 (PHP >=7.3)
This regular expression can be used to verify html (by removing the anchor before pair), as well as extract elements of html (specify elements before the pair).
Submitted by
Yubo
-
2 years ago
0
Descbuilder
PCRE2 (PHP >=7.3)
Filtr indeksów monitorów wg regexp
Submitted by
HSI
-
2 years ago
0
test
PCRE2 (PHP >=7.3)
test
Submitted by
anonymous
-
2 years ago
0
PHP quoted string constants parse
PCRE2 (PHP >=7.3)
Sometime we need to quickly parse PHP code. When no reason to use full AST parser, we can use regular expressions for find constants.
Submitted by
Slava Krampetz
-
2 years ago
0
Pan card number details
PCRE2 (PHP >=7.3)
https://regex101.com/r/eeW6Wz/2
Submitted by
anonymous
-
2 years ago
0
device-linux
PCRE2 (PHP >=7.3)
test
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
<a (data-geo-type[^>]+) (.+?title="that")>.*?<\/a>
PCRE2 (PHP >=7.3)
ค้นหา a ลงท้าย a
Submitted by
anonymous
-
2 years ago
0
Date verification
PCRE2 (PHP >=7.3)
date verification
Submitted by
anonymous
-
2 years ago
0
Inline TODO Regex
PCRE2 (PHP >=7.3)
My idea is to use this as a regex for linters, TODO: Do the thing Should fail many linters, however, with with this regex in place, the below format would be accepted. TODO (SIT-1234): Do the thing...
Submitted by
Graf
-
2 years ago
0
Match case sensitive string
PCRE2 (PHP >=7.3)
Match case sensitive string
Submitted by
anonymous
-
2 years ago
1
...
99
100
101
102
103
...
138
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
\(
)?
\d
{3}
(?(1)
\)
|
-
)
\d
{5}
/
g
Open regex in editor
Description
java 似乎不支持 回溯条件查找
Submitted by
anonymous
-
2 years ago