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...
0
One more time, finding a string between tags, sort of
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
original regex for cache images
PCRE (PHP <7.3)
this is the starting regex for breaking up the cache image url into it's parts
Submitted by
anonymous
-
8 years ago
0
Longitude Degrees Minutes Format
PCRE (PHP <7.3)
Regex to detect Degrees Minutes in coordinate system WGS84
Submitted by
Rafael Zujur
-
8 years ago
0
Decimal numbers above 1
PCRE (PHP <7.3)
Cannot enter 0 or a proper fraction
Submitted by
anonymous
-
8 years ago
0
if translation recognition
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Find & Replace in URL String
PCRE (PHP <7.3)
Originally used as a search and replace in database fields to change the URL strings to point to .jpg's instead of .png's. Can be used generically as a search and replace in URL's.
Submitted by
anonymous
-
8 years ago
0
Phone + email
PCRE (PHP <7.3)
no description available
Submitted by
Jevgenijsblaus
-
8 years ago
0
Remove target attribute after URL in anchor tag.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
djfgdfg
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
CIELO 03
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
BĂ©lgica
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Regex dia cuxaro
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Physical Units
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Jas - Regex matching ReportName
PCRE (PHP <7.3)
Jas asked me for help creating this regex
Submitted by
Scott Young
-
8 years ago
0
Fix auto generated (from swagger.json) TypeScript client
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Find = without surrounding spaces
PCRE (PHP <7.3)
It searches for single occurrences of = without surrounding spaces (== are excluded).
Submitted by
anonymous
-
8 years ago
0
exponent superscript
PCRE (PHP <7.3)
m2
Submitted by
anonymous
-
8 years ago
0
SQL Injection Attack: Common DB Names Detected
PCRE (PHP <7.3)
Regex modsecurity Tranlate by nNips
Submitted by
anonymous
-
8 years ago
0
Unicode Name validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
390
391
392
393
394
...
900
Community Library Entry
-1
Regular Expression
PCRE (PHP <7.3)
/
^\d
{4}
-
\d
{2}
-
\d
{2}
$
/
g
Open regex in editor
Description
Valid format YYYY-MM-DD
Submitted by
anonymous
-
8 years ago