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 11,640 community submitted regex patterns...
0
Assoc
Python
Разбивает вывод команды Assoc
Submitted by
anonymous
-
2 years ago
0
Driverquery
Python
Установленные драйвера
Submitted by
anonymous
-
2 years ago
0
netstat
Python
Активные соединения
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
email valid
Java 8
email validation
Submitted by
Hoot
-
2 years ago
0
1-100
PCRE (PHP <7.3)
1-100
Submitted by
anonymous
-
2 years ago
0
Whatsapp group message id
PCRE (PHP <7.3)
Whatsapp group message id
Submitted by
anonymous
-
2 years ago
0
Fraction to decimal
Python
Convert fractions in for of 7 1/2 or 7-1/2 with optional spacing to 7.5 avoiding expressions like 5-7 / 10-11 to be mistaken as 5-7/10
Submitted by
Waleed Kilany
-
2 years ago
0
Regex to match all instances not inside quotes
PCRE (PHP <7.3)
See https://stackoverflow.com/questions/6462578/regex-to-match-all-instances-not-inside-quotes
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
TatraBanka AMOUNT_VALUE
Java 8
some descriptoin
Submitted by
Inez van Acker, Robert Schulz
-
2 years ago
(Last modified a year ago)
0
Filtro Página web
PCRE (PHP <7.3)
Filtro pagina web
Submitted by
anonymous
-
2 years ago
0
OCP typedef name
Python
Match to ocpCamelCase Name[Ptr]
Submitted by
Xiaoxing Cheng
-
2 years ago
0
COINGBIT
PCRE (PHP <7.3)
0x18a0C976040e8FD9E529b8B363150b201606396e COINGBIT USD $70000000.0 Paypal gislainelophes@gmail.com CPF 04805338652
Submitted by
COINGBIT
-
2 years ago
(Last modified 2 years ago)
0
Permiso CRE SAT México
.NET 7.0 (C#)
Valida clave o permiso de la CRE
Submitted by
Omar Chávez / Documentación SAT - Comeplemento Nacional CFDIs
-
2 years ago
0
匹配单行函数名
Python
(static\s){0,1}\w{1,}\s{1,}\w{1,}\s\(.*\)
Submitted by
anonymous
-
2 years ago
0
openssl index.txt records
Python
parse records of index.txt managed by openssl (easyrsa) CA
Submitted by
Mikhail Belyankin
-
2 years ago
0
Decision Table
Java 8
Rules engine CSV Decision Table expression
Submitted by
Vincent Wautelet
-
2 years ago
(Last modified 2 years ago)
0
Validate time in 24hs format
Python
Validate time in 24hs format
Submitted by
anonymous
-
2 years ago
0
<> stuff
Python
desc
Submitted by
anonymous
-
2 years ago
0
French Insurance Number
.NET 7.0 (C#)
French Insurance Number
Submitted by
Dohts
-
2 years ago
0
Regexy uczelnia
Python
Wyszukuje słowo Mikołaj
Submitted by
anonymous
-
2 years ago
1
...
569
570
571
572
573
...
582
Community Library Entry
-2
Regular Expression
Java 8
"
(?=
\b\d
{8}
\b
)
(?:
(?:
9
?
8
?
7
?
6
?
5
?
4
?
3
?
2
?
1
?
0
?
)
|
(?:
0
?
1
?
2
?
3
?
4
?
5
?
6
?
7
?
8
?
9
?
)
)
(?<=
\d
{8}
)
"
gm
Open regex in editor
Description
This regex is to match Ascending or descending order of 8 digit number
Submitted by
anonymous
-
a year ago