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 14,180 community submitted regex patterns...
0
Last SEO RegExp
Python
Last SEO RegExp
Submitted by
Jay Patel
-
9 years ago
5
Form Tag
Python
Form Tag
Submitted by
Jay Patel
-
9 years ago
1
SEO RegExp
Python
SEO RegExp
Submitted by
Jay Patel
-
9 years ago
1
Get src and srcset image attributes, and other attributes
PCRE (PHP <7.3)
Not depending on the src or srcset order, but some matches can be empty, depending on the img syntax.
Submitted by
Geoffrey Crofte & Sébastien Decamme
-
9 years ago
1
Have one word and don't have another
PCRE (PHP <7.3)
Search for /cat/ in the string where don't have /prod/ itself.
Submitted by
Douglas Ianitsky
-
9 years ago
1
наличие личного авто false reg
Python
no description available
Submitted by
anonymous
-
9 years ago
1
наличие личного авто
Python
no description available
Submitted by
anonymous
-
9 years ago
2
DateWithDay
PCRE (PHP <7.3)
no description available
Submitted by
BobD
-
9 years ago
1
CSPTGF response
PCRE (PHP <7.3)
Get Talk Group Folder response regex
Submitted by
anonymous
-
9 years ago
1
check youtube url
PCRE (PHP <7.3)
no description available
Submitted by
Fernando
-
9 years ago
1
Tag Text
Python
Match text between html tags
Submitted by
Si
-
9 years ago
1
pattkk
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
BEM for CSS
PCRE (PHP <7.3)
no description available
Submitted by
giacomozinetti
-
9 years ago
0
Split full name (russian)
PCRE (PHP <7.3)
Split full name for russian notation. Example: Иванов Иван Иванович петров Result: [1]=> Иванов [2]=> Иван [3]=> Иванович петров
Submitted by
Lekmaby
-
9 years ago
1
DUI_ELSalvador
PCRE (PHP <7.3)
Documento Unico de Identidad de El Salvador
Submitted by
Roger
-
9 years ago
0
Nit_ElSalvador
PCRE (PHP <7.3)
formato para NIT (Número de Identificacion Tributaria) de El Salvador
Submitted by
Roger
-
9 years ago
1
Match mongo _id in JSON mongodb dump
PCRE (PHP <7.3)
no description available
Submitted by
Josh Kopecek
-
9 years ago
0
UK Postcode
PCRE (PHP <7.3)
Tests for full postcode, with alternative for just prefix.
Submitted by
Calvin Willman
-
9 years ago
2
Regex for Chemical Compounds
Python
no description available
Submitted by
Haiming Zhao
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
575
576
577
578
579
...
709
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
[
\w\d
]
+
\/
(
\d
+
)
\/
\d
+
\/
\d
+
/
gm
Open regex in editor
Description
Gets the base ID of the ECTR ID when using copy and paste.
Submitted by
Peter
-
a year ago