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,740 community submitted regex patterns...
0
URL Extract Google Click ID (gclid) from URL String
Python
For extracting the Google Click ID from a URL String
Submitted by
QuickRegEx
-
4 years ago
0
discord gift
ECMAScript (JavaScript)
detects links from discord.com/gifts discord.gift/
Submitted by
padero
-
4 years ago
0
Semantic Versioning
Golang
Semantic versioning regex
Submitted by
anton-yurchenko
-
4 years ago
0
Number Parsing w/ Scientific Support
ECMAScript (JavaScript)
Capture a number out of a string. Supports positive/negative, decimal, and Scientific Notation
Submitted by
Brombomb
-
4 years ago
0
Bibliography Author|Year Formatted References
Python
Finds author/year formatted refs
Submitted by
anonymous
-
4 years ago
0
test
ECMAScript (JavaScript)
f
Submitted by
anonymous
-
4 years ago
0
email validation
ECMAScript (JavaScript)
check valid email
Submitted by
anonymous
-
4 years ago
0
Version numbers
Python
Python regex to get version numbers, including if the version number specifies a range such as 1.0-2.0 or >1.0
Submitted by
jhylands
-
4 years ago
0
vue component import suffix replace
ECMAScript (JavaScript)
为了使用vite,替换必须有后缀
Submitted by
anonymous
-
4 years ago
0
Filter 4, 10 digits and email
Golang
Test
Submitted by
gert rohde
-
4 years ago
0
US Telephone Number validation
ECMAScript (JavaScript)
regex code for US telephone number validation for freecodecamp exercise
Submitted by
Erik @raxsonic
-
4 years ago
0
二行にわたる表現_レシート金額税込み
Python
お買\n\d\s\d,|\d|\s** レシートサンプルから複数行にわたる金額表記を取得する場合のケース用
Submitted by
anonymous
-
4 years ago
0
Fix gRPC method types
ECMAScript (JavaScript)
Changes gRPC methods to be in the proper format
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
float with comma or point
ECMAScript (JavaScript)
if you need positive or negative float number with comma or point
Submitted by
Deadula
-
4 years ago
0
Teamspeak badges parser
Python
Regex used in github project: https://github.com/alessandrobasi/teamspeak-badges-parser-c
Submitted by
alessandrobasi.it
-
4 years ago
0
mss expresion
Python
mss
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
Exchange Address
ECMAScript (JavaScript)
Finds Telephone Exchange Address
Submitted by
anonymous
-
4 years ago
0
Regex to match words or phrases in string but NOT match if part of a URL or inside <a> </a> tags
Python
Stack: https://stackoverflow.com/a/6009552/13023113
Submitted by
anonymous
-
3 years ago
0
mysql slow log parse for aws log insights
ECMAScript (JavaScript)
Parse the CloudWatch mysql slowlog into coherent fields.
Submitted by
Frank Baxter
-
3 years ago
0
Text Search
ECMAScript (JavaScript)
Text Search
Submitted by
anonymous
-
3 years ago
1
...
114
115
116
117
118
...
287
Community Library Entry
9
Regular Expression
Python
r"
(?=
^.
{4,253}
$
)
(
^
(
(?!
-
)
[
a
-
zA
-
Z0
-
9-
]
{1,63}
(?<!
-
)
\.
)+
[
a
-
zA
-
Z
]
{2,63}
$
)
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago