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,060 community submitted regex patterns...
1
Match all files in root dir
Python
Intended for use on a webserver. Only matches files in / and excludes files, whcih could be in subfolders (/myfile).
Submitted by
rugk (rugk <at> posteo.de)
-
9 years ago
1
matching foramt ,xxx:
Python
for dictionary
Submitted by
anonymous
-
9 years ago
1
Find line and insert under it
Python
Finds a line and appends the replacement below it. Tries to preserve indentation (tabs or spaces) and to avoid duplicate replacements. I used it in Sublime Text to batch edit several instances of a JS config object across several files.
Submitted by
anonymous
-
9 years ago
1
Match things between quotes in Bluecoat log file
Python
Mostly for matching things that match bluecoat category.
Submitted by
Thomas
-
9 years ago
1
Python
Python
no description available
Submitted by
anonymous
-
9 years ago
1
stepic python extract domain
Python
no description available
Submitted by
anonymous
-
9 years ago
1
delete function comment from begining
Python
delete function comment from begining
Submitted by
wewe
-
9 years ago
1
Original regex
Python
no description available
Submitted by
Malhar
-
9 years ago
1
Luca
Python
Esempi di regex
Submitted by
prof.manini
-
9 years ago
1
Lua Anonymous Function Matching
Python
no description available
Submitted by
anonymous
-
9 years ago
1
All but my string
Python
Return all but the given string
Submitted by
elypma
-
9 years ago
1
Query Strings Capture
Python
A solution for capture params or the param=value pair of query strings.
Submitted by
Rafael Laurindo
-
9 years ago
1
OTP Card payment
Python
no description available
Submitted by
anonymous
-
9 years ago
1
email regex
Python
no description available
Submitted by
thegamerbr1
-
9 years ago
1
matches name in author field in Epic Notes
Python
Matches author fields
Submitted by
Mike Adams
-
9 years ago
1
srt time frame
Python
srt time frame
Submitted by
anonymous
-
9 years ago
1
Teaching potatoes how to search
Python
You see how it matches the hit ratio line? Yeah m8, that simple
Submitted by
11" Mipsmagician
-
9 years ago
1
remove specific div
Python
removes divs of the print class
Submitted by
Nicolaj
-
9 years ago
1
Bigger or lower than a number with <>
Python
no description available
Submitted by
woss.io
-
9 years ago
1
anime English title
Python
anime English title from snipertopanime
Submitted by
Wasdee
-
9 years ago
1
...
180
181
182
183
184
...
253
Community Library Entry
10
Regular Expression
Python
r"
{
(
[^
{}
]
*
)
\|
album}
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago