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,040 community submitted regex patterns...
1
Riedler's 2nd URL regex
Java 8
why did I make this?
Submitted by
Riedler
-
2 years ago
0
Proventos Rico
PCRE2 (PHP >=7.3)
Extrair informações do arquivo de proventos da corretora Rico.
Submitted by
anonymous
-
2 years ago
1
Strong Matcher for ISO 8601 / RFC 3339 Date Times; rejects bad TZ offsets, illegal times (Museum of Bad Data)
ECMAScript (JavaScript)
Handles many nuanced cases around time zone offsets, leap seconds and leap days. References: List of UTC Offsets RFC 3339, the stricter rules that most systems use in practice ISO 8601, the widely known name for this format...
Submitted by
Philip Flip Kromer (@mrflip)
-
2 years ago
1
Get <NIC>
Python
Get NICs from string
Submitted by
anonymous
-
2 years ago
1
Time Zone UTC Offsets in actual use for ISO 8601 / RFC 3339 Date Times (Museum of Bad Data)
ECMAScript (JavaScript)
Time Zone UTC Offsets in actual use for ISO 8601 / RFC 3339 Date Times (Museum of Bad Data) https://regex101.com/library/F21Glr Matches only (and every) UTC offset that is in actual use and valid under ISO 8601 and RFC 3339 (Y'know, the '2008-08-08T08:08:08+05:00' looking one, this is the plus/min...
Submitted by
Philip Flip Kromer
-
2 years ago
1
Four-Digit Leap Years post-Y0 (AD/BCE) (Museum of Bad Data)
PCRE2 (PHP >=7.3)
This will match all four-digit years that are leap years, using the "either (multiple of four but not a multiple of 100) OR (multiple of 400)" rule. Explained / ^(...
Submitted by
Philip Flip Kromer
-
2 years ago
(Last modified 2 months ago)
1
Home
Golang
Dj dus er geen je een je aan je enige eerst een he we er
Submitted by
Webmaster
-
2 years ago
1
wip; 匹配malloc申请的内容和使用的不一致
PCRE2 (PHP >=7.3)
匹配malloc申请的内容和使用的不一致
Submitted by
zyf
-
2 years ago
1
Capture URL without Query Parameters
ECMAScript (JavaScript)
Capture URL without Query Parameters /^(+).*/gm
Submitted by
anonymous
-
2 years ago
1
Discord GuildEmoji
PCRE2 (PHP >=7.3)
Matches a custom emoji from discord. Group 1: Optional, "a" means animated, a gif. Group 2: Emoji Name. Group 3: Emoji Id;
Submitted by
revelcw
-
2 years ago
1
prod validation
PCRE2 (PHP >=7.3)
valid prod
Submitted by
CW
-
2 years ago
(Last modified 2 years ago)
1
extract <*n or <n where n is a number
Golang
see https://stackoverflow.com/questions/76228402/regex-to-extract-n-where-n-is-digit
Submitted by
code_monk
-
2 years ago
1
ENEL T5 Mono
PCRE (PHP <7.3)
T
Submitted by
anonymous
-
2 years ago
1
Unknown slash on email regex
PCRE2 (PHP >=7.3)
Yes
Submitted by
kentrino
-
2 years ago
1
NotEmpty
PCRE2 (PHP >=7.3)
https://stackoverflow.com/questions/7967075/regex-for-not-empty-and-not-whitespace
Submitted by
anonymous
-
2 years ago
2
ISD Codes for Phones
ECMAScript (JavaScript)
ISD Codes for Phones Matches the basic format for ISD Codes.
Submitted by
Arvind Singh Rawat
-
2 years ago
1
VIN europe
PCRE2 (PHP >=7.3)
Validate a VIN (vehicule identification number) for europe
Submitted by
anonymous
-
2 years ago
1
Phrase enclosed case insensitive
.NET 7.0 (C#)
Match everything enclosed, say, a phrase, with case insensitive.
Submitted by
kosalanuwan
-
2 years ago
1
tiktok video id
ECMAScript (JavaScript)
get tiktok video id https://m.tiktok.com/h5/share/usr/6641141594707361797.html https://m.tiktok.com/v/6749869095467945218.html https://www.tiktok.com/@cchelseam..eow/video/6751181801206729990 https://www.tiktok.com/embed/6567659045795758085...
Submitted by
threedot
-
2 years ago
1
all instagram regex
PCRE (PHP <7.3)
(?:https?:\/\/)?(?:www.)?instagram.com\/?([a-zA-Z0-9\.\\-]+)?\/([p]+)?([reel]+)?([tv]+)?([stories]+)?\/([a-zA-Z0-9\-\\.]+)\/?([0-9]+)?
Submitted by
threedot
-
2 years ago
1
...
58
59
60
61
62
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
\+
98
|
0
|
98
|
0098
)?
(
[
]
|
-
|
[
()
]
){0,2}
9
[
0
-
9
]
(
[
]
|
-
|
[
()
]
){0,2}
(?:
[
0
-
9
]
(
[
]
|
-
|
[
()
]
){0,2}
){8}
/
gm
Open regex in editor
Description
Regular expression Regix for Iranian mobile phone numbers
Submitted by
anonymous
-
2 years ago