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,560 community submitted regex patterns...
0
Domain Matching
Python
Avoids false positives
Submitted by
Sly
-
3 years ago
(Last modified 3 years ago)
0
Godot REPL Plugin - (String Literal) Load Expression
ECMAScript (JavaScript)
Loose matching of load statements, capturing the path parameter in the path capture group. load('./scene.tscn') load('path/to/resource.tres') load("path/to/file.gd") `
Submitted by
disk0__
-
3 years ago
0
json digit
Python
parses a json digit such as: 1, 1.0, -1, -1.0, -1.0E-1, etc.. rejects digits such as: ...
Submitted by
Mass
-
3 years ago
0
HTML Scraping: Yelp Reviews
Python
'''(\d).[\s\S]?([\s\S]?)[\s\S]?title="(\d.\d)[\s\S]?(\d)\sreviews[\s\S]?range">(\$)'''gm
Submitted by
anonymous
-
3 years ago
0
css filter property
ECMAScript (JavaScript)
Extracting functions from filter css property https://developer.mozilla.org/en-US/docs/Web/CSS/filter
Submitted by
Roko
-
3 years ago
0
PhoneNumbers with special characters
Python
This will help with phone numbers where you want the numbers but not necessarily all the special characters
Submitted by
anonymous
-
3 years ago
0
Validate Phone number
Python
Validate Phone number
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Cloudwatch Insights ENI Flow Logs
ECMAScript (JavaScript)
This will pull out the source, destination IP addresses and the destination port from a default ENI flow log entry.
Submitted by
Abram Flansburg
-
3 years ago
(Last modified 3 years ago)
0
regex-symbols
ECMAScript (JavaScript)
Regex symbols emoji
Submitted by
Thaile
-
3 years ago
0
千分位分隔符
ECMAScript (JavaScript)
千分位的分隔符
Submitted by
anonymous
-
3 years ago
0
AnotherURLMatcher
Python
Just another URL patron matcher
Submitted by
me
-
3 years ago
(Last modified 3 years ago)
0
match first lowercase letter of every word
ECMAScript (JavaScript)
match first lowercase letter of every word
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
XML Parsing for IE<9
ECMAScript (JavaScript)
All my marbles are gone.
Submitted by
Odd Stråbø
-
3 years ago
(Last modified 3 years ago)
0
Regex101
ECMAScript (JavaScript)
To submit my account
Submitted by
anonymous
-
3 years ago
0
Inserting *
ECMAScript (JavaScript)
REGEX from Formal Lang for inserting * from implicit multiplication
Submitted by
anonymous
-
3 years ago
0
German Bible veses
ECMAScript (JavaScript)
A regex that captures the common Bible books, chapter, and verses for the German language.
Submitted by
Sergio Santos
-
3 years ago
(Last modified 3 years ago)
0
non word on the beginning (including underscore)
Python
use for coursera
Submitted by
anonymous
-
3 years ago
0
Separate First Vowel
ECMAScript (JavaScript)
Separator for a vowel start string
Submitted by
FerreiraR
-
3 years ago
0
Diskusija
ECMAScript (JavaScript)
ss
Submitted by
LiunuxMan
-
3 years ago
0
txt mini
Python
txt
Submitted by
anonymous
-
3 years ago
1
...
123
124
125
126
127
...
278
Community Library Entry
10
Regular Expression
Python
r"
{
(
[^
{}
]
*
)
\|
album}
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago