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
Validation Password Alphanumeric with special character (optional)
ECMAScript (JavaScript)
Make validation password must alphanumeric but can add special character
Submitted by
anonymous
-
6 years ago
0
Match html data (data-*) attributes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Beko code
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Cari semua nomor yang kode areanya 021 atau 031
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Cari semua nomor yang dua angka terakhirnya 77 & kode areanya 031 atau 0341
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
IPv4 matcher
Python
find all IPv4 addresses in text
Submitted by
anonymous
-
6 years ago
0
Phone number
PCRE (PHP <7.3)
Regular expression for phone numbers in Slovakia & Czech in international format.
Submitted by
anonymous
-
6 years ago
0
TagBot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
TX7470 and RX1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
FEB2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
cascade
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
French Phone Number
PCRE (PHP <7.3)
French Phone Number Validation. Accept several kind of format, more or less usual. And refuse incorrect formats. Prefix: 0033 / +33 / (0) / 0 Number: collapsed / by 1 / group by 2 / group by 3 Separator: space / dot / dash / hyphen
Submitted by
anonymous
-
6 years ago
0
Выделение текста в определенном теге без учета переноса строки
Python
(?)(.*) (?=) Выделение текста в определенном теге без учета переноса строки
Submitted by
anonymous
-
6 years ago
0
From the partselect URLs choose those which do not have the hash part
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
SigScanRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Regexp HTML & CLosing
Python
no description available
Submitted by
anonymous
-
6 years ago
0
vendor modernization
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Replace CSV delimiter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
All languages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
объединение двух результатов регулярных выражений
Python
((?)(.|\n|\s)?(?=))|((?)(.|\n|\s)?(?=))
Submitted by
anonymous
-
6 years ago
1
...
528
529
530
531
532
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<LAT>
(?P>LONG)
)
%2c
(?<LONG>
[
\d
-
]
{1,5}
.
*
?
\d
{1,6}
)
.
*
,
(?<DATE>
.
*
)
S:
(?<SPEED>
.
*
?
)
,Bat:
(?<BAT>
.
*
?
)
/
gm
Open regex in editor
Description
Regex para los protocolos de los dispositivos TracYu
Submitted by
Daniel Meza
-
3 years ago
(Last modified 3 years ago)