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,000 community submitted regex patterns...
-1
Debit Cards
PCRE (PHP <7.3)
checks for BIN and then 10 digits after.
Submitted by
anonymous
-
5 years ago
0
kube-system:omsagent
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
iso-8601
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Mermaid method parse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match string between brackets with two groups
PCRE (PHP <7.3)
Matches all alphanumeric (\w), underscore and dash (\-) that is included in square brackets ([]). The result gives two groups that can be used with $1 and $2.
Submitted by
anonymous
-
5 years ago
0
Fox news opinion
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
daily caller
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
jpm pdf 2
Python
no description available
Submitted by
anonymous
-
5 years ago
0
punctuations cleaner
Python
this tool will delete all the punctuation from a text but it will not delete punctuation from numbers.
Submitted by
anonymous
-
5 years ago
0
ovostreams part 1
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Github dark theme regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
lkker-cos
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Words in greek
PCRE (PHP <7.3)
Simples expression to match any words in Greek or Ancient Greek.
Submitted by
anonymous
-
5 years ago
0
Include homepage URL and UTMs but exclude all other pages
PCRE (PHP <7.3)
Useful for GTM if you want to set up a trigger that only fires on homepage (or to use the ReGex does not Equal option to exclude the homepage..) The key thing is this will also include UTM params.
Submitted by
anonymous
-
5 years ago
0
Mermaid parse field text
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Email Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
UK Landline Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
regex for copper tif files
Python
https://regex101.com/r/zNfvGn/1
Submitted by
anonymous
-
5 years ago
0
sales upload examples, fix for supporting pre-ecma2018 standard browser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
us
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
622
623
624
625
626
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
\d
+
)
(
\.
{2,}
)
(
\d
+
)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago