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,020 community submitted regex patterns...
0
URL Domain Capture
Python
A Python capture group for URL domain extraction.
Submitted by
DataQuest
-
3 years ago
0
Password
ECMAScript (JavaScript)
Password regular expression
Submitted by
AhbapAldırma
-
3 years ago
0
Street name and house number
PCRE2 (PHP >=7.3)
Checks if address given has a street name and a house number among other things
Submitted by
Bill Seremetis (bserem)
-
3 years ago
0
Pleas help me select all content in div tag
PCRE2 (PHP >=7.3)
Pleas help me select all content in div tag
Submitted by
anonymous
-
3 years ago
0
Pleas help me select all content in div tag
PCRE2 (PHP >=7.3)
Pleas help me select all content in div tag
Submitted by
anonymous
-
3 years ago
0
chia plot
Golang
chia plot
Submitted by
temple
-
3 years ago
0
IPv4 Address +/- CIDR Slash Notation
Python
Grabs an IPv4 address, and if it has a CIDR slash notation, then grab that too.
Submitted by
dboyd42
-
3 years ago
(Last modified a year ago)
0
Remove duplicate lines in sorted text
Java 8
See
Submitted by
@atnbueno
-
3 years ago
0
الرقم القومي المصري Egyptian National ID numer
PCRE (PHP <7.3)
استخراج المعلومات من الرقم القومي المصري لمعلومات اكثر رجاء زيارة: استخراج المعلومات من الرقم القومي المصري برمجياً
Submitted by
anonymous
-
3 years ago
0
xrandr device line
PCRE2 (PHP >=7.3)
Device line of xrandr output
Submitted by
anonymous
-
3 years ago
0
Semantic Branch Names Regex
PCRE2 (PHP >=7.3)
https://www.conventionalcommits.org/en/v1.0.0/
Submitted by
Michael Collins
-
3 years ago
0
Loan Amount
Python
Recognizing loan amount
Submitted by
anonymous
-
3 years ago
0
URL
Python
Recognizing URLs
Submitted by
anonymous
-
3 years ago
0
NSW Residential Zip Code
PCRE2 (PHP >=7.3)
The convention is found on this: https://en.wikipedia.org/wiki/Postcodes_in_Australia Values accepted: 2000—2599 2619—2899 2921—2999
Submitted by
Minh Dang
-
3 years ago
0
ex1 pcd
Python
"(?PJan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (?P\d\d) (?P\d\d\d\d), (?P\w{7}), (?P.*), (?P\d.\d)"gm
Submitted by
sparaiso
-
3 years ago
0
חיפוש דיבור המתחיל לפי קוד פותח קוד סוגר או משהו אחר
PCRE2 (PHP >=7.3)
חיפוש דיבור המתחיל על פי קוד פותח - למשל @20 וקוד סוגר למשל קוד @50 אבל אנחנו רוצים לתפוס רק את הטקסט שלו לא כולל הקודים כמו כן אנחנו רוצים שאם יש איזה שהוא תו מסויים אחר, הוא יחשב סוף דיבור למשל F5 או AF5
Submitted by
anonymous
-
3 years ago
0
ds100reg5
PCRE (PHP <7.3)
ds100reg5
Submitted by
anonymous
-
3 years ago
0
GMT Timezone
PCRE2 (PHP >=7.3)
GMT Time zone regex
Submitted by
Ashish Ambre
-
3 years ago
0
Replacing URL through Hyperlink in Text
Golang
Replacing URL through Hyperlink in Text
Submitted by
anonymous
-
3 years ago
0
Matching a decimal numbers
PCRE2 (PHP >=7.3)
Matching a decimal numbers
Submitted by
anonymous
-
3 years ago
1
...
474
475
476
477
478
...
901
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
<div
id="testId"
class="testClass">
(
.
*
?
)
<
\/
div>
/
gms
Open regex in editor
Description
Pleas help me select all content in div tag
Submitted by
anonymous
-
3 years ago