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
Anchor ID Remove
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Remove Anchor Links
PCRE (PHP <7.3)
no description available
Submitted by
Meesh
-
8 years ago
1
Match Class Name
PCRE (PHP <7.3)
Matching all the proper class names
Submitted by
anonymous
-
8 years ago
0
UK Postcode (per government specification)
Python
UK postcode pattern as specified in offical document https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/283357/ILRSpecification2013_14Appendix_C_Dec2012_v1.pdf
Submitted by
anonymous
-
8 years ago
1
Capture URL without query string parameters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
simple email validator
PCRE (PHP <7.3)
shows entire email address group and partials. contains literals
Submitted by
anonymous
-
8 years ago
1
parser cron
PCRE (PHP <7.3)
* app.php 59 23 31 12 5 app.php 59 23 31 dec fri app.php 1,2,3,5,20-25,30-35,59 23 31 12 * app.php */15 */6 1,15,31 * 1-5 app.php
Submitted by
Dmitry Mamontov
-
8 years ago
1
GET formated URLs
PCRE (PHP <7.3)
no description available
Submitted by
rleonard
-
8 years ago
4
Credit Card Validation - MasterCard, Visa, Amex, Discover
PCRE (PHP <7.3)
MasterCard - ^5[1-5]\d+ Visa - ^4\d+ Amex - ^3[47]\d+ Discover - 6011|65|64...
Submitted by
Eric Foster
-
8 years ago
1
Remove user id from shortcode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Test match
PCRE (PHP <7.3)
xxxxx
Submitted by
WeAthFolD
-
8 years ago
1
Find location of Open Search Description XML file
PCRE (PHP <7.3)
Find the location (HREF value) of the Open Search Description link tag.
Submitted by
Evander Consus
-
8 years ago
1
Find location of Open Search Description XML file
PCRE (PHP <7.3)
Find the location (HREF value) of the Open Search Description link tag.
Submitted by
Evander Consus
-
8 years ago
1
ng2interpolation to handlebars
PCRE (PHP <7.3)
no description available
Submitted by
jskrzypek
-
8 years ago
1
iso8610 extended
PCRE (PHP <7.3)
match ISO 8610 formatted dates
Submitted by
marco benuzzi
-
8 years ago
1
V2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Full human names
ECMAScript (JavaScript)
Case sensitive full human names including Latin-1 Supplement characters.
Submitted by
Almino Melo
-
8 years ago
1
Teléfono Español - Spanish Phone
PCRE (PHP <7.3)
Con posibilidad de poner el código de país antes. Valida números de 9 cifras que empiecen con 9,6 o 7.
Submitted by
Krato
-
8 years ago
1
Código Postal
PCRE (PHP <7.3)
Código Postal Español en PHP
Submitted by
Krato
-
8 years ago
1
Swedish PIN
PCRE (PHP <7.3)
A simple regex for matching the format of swedish personal identifier numbers. They can be in the format of: yymmdd-nnnn yymmdd+nnnn yyyymmdd-nnnn...
Submitted by
anonymous
-
8 years ago
1
...
667
668
669
670
671
...
900
Community Library Entry
0
Regular Expression
Python
r"
.
*
tax
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago