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 5,760 community submitted regex patterns...
0
Match markdown link
ECMAScript (JavaScript)
Regex match markdown link
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
WinSCP file list parse
ECMAScript (JavaScript)
Capture details of file sizes and names from a ls listing from WinSCP
Submitted by
anonymous
-
3 years ago
0
div change to button
ECMAScript (JavaScript)
div change to button
Submitted by
mtac
-
3 years ago
0
Positive Integer
ECMAScript (JavaScript)
(/^\d{0,}(([.]{1})?\d?){0,}$/gi
Submitted by
Wasiu Ramoni
-
3 years ago
0
Matches everything but digits and allows for one decimal point.
ECMAScript (JavaScript)
Matches everything but digits and allows for one decimal point. cannot start with a negative Allowed: 123...
Submitted by
Random Guy 70hz
-
3 years ago
0
QueryString and Datasource
ECMAScript (JavaScript)
asdasd
Submitted by
anonymous
-
3 years ago
0
pens
Python
testing
Submitted by
anonymous
-
3 years ago
0
71871164
Python
Stack overflow example
Submitted by
anonymous
-
3 years ago
0
Website Regex
ECMAScript (JavaScript)
Finds all website URLs
Submitted by
JohnnyJTH
-
3 years ago
0
原神圣遗物OCR副属性(中文简体)
Python
用于游戏“原神”的圣遗物OCR结果中的副属性识别
Submitted by
Wansn
-
3 years ago
0
Phone number regex
Python
REGEX to test various phone numbers
Submitted by
Drew Recker
-
3 years ago
0
#value # value
Python
account for comments
Submitted by
anonymous
-
3 years ago
0
CVE-2021-31805 (s2-062)
Python
\%[\s|\\r|\\n]\{[\s|\\r|\\n](?:[\s|\\r|\\n]*\(\#+\=+\)\.)
Submitted by
anonymous
-
3 years ago
0
get teacher url
ECMAScript (JavaScript)
will match ^/teacher//list$ ^/teacher//file/$ ^/teacher//info/$ ...
Submitted by
anonymous
-
3 years ago
0
Clean phone numbers
ECMAScript (JavaScript)
(204)555-5555 (204)-(555)-(5555) 204-555-5555 To: 2045555555
Submitted by
smitpatelx
-
3 years ago
0
LinkTree
Python
just to find linktree links in poirot
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
OS正则表达式
Java 8
zzx
Submitted by
zzx
-
3 years ago
0
DB
Java 8
DB
Submitted by
DB
-
3 years ago
0
matlab代码
Python
matlab代码
Submitted by
java
-
3 years ago
0
Default HTML5 with German Umlauts
ECMAScript (JavaScript)
Adds german special characters äöüß to the default HTML5 regex
Submitted by
mroettgen
-
3 years ago
1
...
252
253
254
255
256
...
288
Community Library Entry
0
Regular Expression
Java 8
"
^
(
(?:
[
01
]
[
0
-
9
]
{0,2}
|
(?:
2
(?:
5
[
0
-
5
]
{0,1}
|
[
0
-
4
]
[
0
-
9
]
{0,1}
|
[
6
-
9
]
{0,1}
)
)
|
[
3
-
9
]
[
0
-
9
]
{0,1}
)
\.
){3}
(?:
[
01
]
[
0
-
9
]
{0,2}
|
(?:
2
(?:
5
[
0
-
5
]
{0,1}
|
[
0
-
4
]
[
0
-
9
]
{0,1}
|
[
6
-
9
]
{0,1}
)
)
|
[
3
-
9
]
[
0
-
9
]
{0,1}
)
$
"
gm
Open regex in editor
Description
IP Address RegEx
Submitted by
anonymous
-
3 years ago