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 2,520 community submitted regex patterns...
1
Don't know how to match this.
Python
no description available
Submitted by
Nick
-
9 years ago
1
BNF for specific URL schemes (httpurl) from rfc1738
Python
This regex represents the httpurl in BNF from rfc1738 (at topic 5). Reference:https://www.ietf.org/rfc/rfc1738.txt
Submitted by
Migueh
-
9 years ago
1
Find all Twitter Bootstrap Buttons
Python
Find all twitter bootstrap buttons with class "btn".
Submitted by
anonymous
-
9 years ago
1
Find Bootstrap Buttons
Python
Find all inputs and buttons with class btn.
Submitted by
anonymous
-
9 years ago
1
Simple RegEx for SQL Field transformation
Python
no description available
Submitted by
sX
-
9 years ago
0
APACHE_ACCESS_LOG_PATTERN
Python
Used in lab2 spark for pyspark access log pattern recognition
Submitted by
anonymous
-
9 years ago
0
Regex json
Python
no description available
Submitted by
anonymous
-
9 years ago
0
find a string (placeholder) inside a string
Python
find a string (placeholder) inside a string
Submitted by
vikash Kumar Agarwal (vikashmnk)
-
9 years ago
1
handin5
Python
no description available
Submitted by
anonymous
-
9 years ago
1
ip
Python
ip search
Submitted by
WFT
-
9 years ago
2
Franklin Regex
Python
Testing Franklin related regex matching cases.
Submitted by
Arthur
-
9 years ago
1
django-ckeditor has embed
Python
no description available
Submitted by
anonymous
-
9 years ago
1
pgmping output
Python
no description available
Submitted by
jcdesimp
-
9 years ago
1
django page
Python
no description available
Submitted by
luckydonald
-
9 years ago
-1
xml
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Testing for receipt items
Python
no description available
Submitted by
anonymous
-
9 years ago
9
domain - host
Python
no description available
Submitted by
anonymous
-
9 years ago
0
RegEx for weaterdata from a YR xml file
Python
no description available
Submitted by
Noko
-
9 years ago
0
CPE 466 Lab 1 Sentence Delimiter
Python
no description available
Submitted by
anonymous
-
9 years ago
-1
Phone number validator
Python
Validates all possible international phone number formats. Icludes almoust all of the international call prefixes, all of the differing lenghts of country codes. The parts of number will always be recognised correctly. Additionally you could add limitations of the phone number's lenght
Submitted by
Ä€dams Muzikants
-
9 years ago
1
...
113
114
115
116
117
...
126
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