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
Uitslagen.nl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Simple tag-split
ECMAScript (JavaScript)
I use this regex for color-formatting messages
Submitted by
anonymous
-
5 years ago
0
Subst caminho de URL, deixa arquivo 3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
查找特定字符串附近的数字
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
KDE_Converter_Runner_Regex
Golang
WIP
Submitted by
anonymous
-
5 years ago
0
匹配金额千分位
PCRE (PHP <7.3)
"321123321.32132132".replace(/\B(?=(\d{3})+\b)/g,","); => "321,123,321.32,132,132" `
Submitted by
anonymous
-
5 years ago
0
11
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Оставить только 1 атрибут
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Prix K et 000 (intéressant pour faire un "ou")
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Finding pattern by starting name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
חילוץ טקסט מתוך מחרוזת מבין שתי מילים
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
method arguments parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
FFXIV Ferostorm start
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
11
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Domain and locale extraction regex
ECMAScript (JavaScript)
Regex that captures both domain and locale for a given url. Eg: https://sumup.com/en-en/welcome matches https://sumup.com/en-en
Submitted by
anonymous
-
5 years ago
0
recuperation . URL pour les alertes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Regular expression for gmail's email
ECMAScript (JavaScript)
This is my test of an regular expression. It matches not all but maximum gmail account's syntax.
Submitted by
anonymous
-
5 years ago
0
dqFormatValidationICD910
PCRE (PHP <7.3)
Basic format validation for ICD9, 10 Conditions; 3-7 characters
Submitted by
anonymous
-
5 years ago
1
...
272
273
274
275
276
...
900
Community Library Entry
4
Regular Expression
ECMAScript (JavaScript)
/
(
\/\/\/
)
\s
+
(
<
|
>
)
(
.
*
)
(
<
|
>
)
/
g
Open regex in editor
Description
Finds Typescript's reference path syntax.
Submitted by
Lovelidge, Shawn
-
9 years ago