Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 5,740 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
barcode or barcode list
Python
no description available
Submitted by
anonymous
-
8 years ago
2015-08-10 17:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
emailfider
Python
no description available
Submitted by
anonymous
-
8 years ago
2015-10-25 15:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Sass variable assignation
Python
find every Sass variabile assignation
Submitted by
Giorgia Bonini
-
8 years ago
2015-11-03 10:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
author from tag
ECMAScript (JavaScript)
no description available
Submitted by
imilov
-
8 years ago
2015-11-11 10:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
handlebars template match
ECMAScript (JavaScript)
returns all the handlebars elements in a line - returns {{...}} for each instance found Matches the following test {{sss}} s {{rrr}} dkdksl {{dds}} {{ dhre }} {{je ss}} returns ['{{sss}}','{{rr}}','{{dds}}','{{ dhre }}','{{je ss}}']
Submitted by
anonymous
-
8 years ago
2015-12-02 15:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Verify Amateur Radio Call Sign meets ITU Format
Python
no description available
Submitted by
Neil Johnson
-
8 years ago
2016-01-16 04:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Telefonnummer E.123
ECMAScript (JavaScript)
no description available
Submitted by
Frank Mattes
-
8 years ago
2016-04-07 13:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Cartão de Crédito ELO
ECMAScript (JavaScript)
Realiza a identificação dos novos BIN's de cartão de crédito ELO.
Submitted by
mkrypka
-
8 years ago
2016-04-11 19:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Numbers Only
ECMAScript (JavaScript)
valid only for alpha numeric values ,Its invertion of number check operation return false if number return true if alpha numeric
Submitted by
deadpool
-
7 years ago
2016-07-07 07:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CHA course detection
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-07-12 02:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Esempio di cattura data
ECMAScript (JavaScript)
descrizione addizionale
Submitted by
Cristian
-
7 years ago
2016-07-18 03:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
po box extracter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-09-28 00:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Facebook embedded video
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-09-28 09:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find comments block in the source code.
ECMAScript (JavaScript)
This pattern finds comments block in the source code.
Submitted by
giraysam
-
7 years ago
2016-09-29 12:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Divide URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-09-30 15:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL query param
Python
A solution for capture set/unset/catch a value of param query of URLs. Here is a example code that applies this pattern in JS, but JS doesn't have support to lookbehind.
Submitted by
Rafael Laurindo
-
7 years ago
2016-10-04 01:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
A complete recognition of HTML elements pattern.
ECMAScript (JavaScript)
no description available
Submitted by
Rafael Laurindo
-
7 years ago
2016-11-05 13:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
A complete recognition of pattern for css selectors
ECMAScript (JavaScript)
no description available
Submitted by
Rafael Laurindo
-
7 years ago
2016-11-07 01:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
apt list --installed
Python
extract the package name and version name from the apt list --installed command
Submitted by
anonymous
-
7 years ago
2016-10-05 18:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
apt list Version 2
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-10-05 20:26
1
2
3
4
...
287
PLDI regex 1
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
\(
.
*
?
\)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
PlaceReporter99
-
6 months ago
2023-05-21 14:34