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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 12,120 community submitted regex patterns...
0
Match Jobatator server URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
QRY results
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Manhattan Adidas
PCRE (PHP <7.3)
Linea de comandos Ctrl del WMS Manhattan en Adidas Chile F1 List Ctrl Keys Ctrl-S Task Selctn Ctrl-C Chg Equip Ctrl-Y = Change Screen Type Ctrl-Z = Default Screen Type Ctrl-T Chg Task Grp Ctrl-R Refresh Ctrl-P Chg Printer Ctrl-E Enter Task Ctrl-X Exit Ctrl-W Prev Ctrl-G Wh/Co/Div Ctrl-U Pag...
Submitted by
anonymous
-
4 years ago
0
get exigence rspace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ФИО базовое
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
delay, pre & post
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
if, ternary
PCRE (PHP <7.3)
Prints a statement if expression evaluates to true, otherwise prints an alternative expression
Submitted by
anonymous
-
4 years ago
0
face
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
特殊字元(包含中文字)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
FMOD UE2 Aufgabe 3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
String with no dots
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Optional Parameter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
-1
VALIDATE CELLPHONE - BRAZIL
PCRE (PHP <7.3)
MASK TO VALIDATION, WHEN YOU NEED THE AREA CODE OPEN. TO A CELLPHONE WITH 9 OR 8 DIGITS + AREA CODE OF 2 DIGITS 11 987654321 -> IT WILL GET 98765
Submitted by
anonymous
-
4 years ago
0
Extract Dopix logs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
enel-dfaturadafp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get specific form tag for Contact Form 7 (WP Plugin)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Liquidsoap metadata separator regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
464
465
466
467
468
...
606
Ascending and Descending order
-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