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
Image Charts - chm
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
UK Postcode
PCRE (PHP <7.3)
Accepts full and sector level UK postcode
Submitted by
anonymous
-
5 years ago
0
MI LIQUOR DIST LIC CODES
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Swap MM/DD/YYYY to DD/MM/YYYY
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find //Character entries
ECMAScript (JavaScript)
^(\/\/)(?![\ ])(\w)*
Submitted by
anonymous
-
5 years ago
0
[Ethias] Old File Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
[Ethias] Informex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
First instance judge
Python
no description available
Submitted by
anonymous
-
5 years ago
0
گرفتن متراژ
Python
no description available
Submitted by
anonymous
-
5 years ago
0
گرفتن قیمت
Python
no description available
Submitted by
anonymous
-
5 years ago
0
iostat
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
iotop pipe separated
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Prefix CSS Selectors
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Dutch mobile number
PCRE (PHP <7.3)
Checks if a Dutch mobile number is in the correct format.
Submitted by
anonymous
-
5 years ago
0
{{{ chave }}}
PCRE (PHP <7.3)
Pegar elemento para pode substituir por algo especifico, ou pegar de keys de um objeto por exemplo.
Submitted by
anonymous
-
5 years ago
0
Possible parsing helper / tokenizer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Fecha
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Diffusion filter
PCRE (PHP <7.3)
First group [5] : school year Second group [4] : domain Third group [2] : gender Fourth group [3] : campus
Submitted by
anonymous
-
5 years ago
0
GO Docker tag
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
5317 Compilers Exercise Char Literals
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
591
592
593
594
595
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
(?<domain>
[
\w
\-
]
+
?
)
\.
(?<parent>
[
\w
\-\.
]
+
)
\s
*
$
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago