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,040 community submitted regex patterns...
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
0
Common mails
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Complex password
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Sass2Stylus Regex
PCRE (PHP <7.3)
converts CSS SASS to Stylus
Submitted by
anonymous
-
8 years ago
0
Password with rare chars
PCRE (PHP <7.3)
no description available
Submitted by
Luis Arias
-
8 years ago
0
Filtre underscore
PCRE (PHP <7.3)
Filtre : split on underscore
Submitted by
herve_p
-
8 years ago
1
...
392
393
394
395
396
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
C
|
c
)
\d
{6}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago