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...
1
Export Apple device id list
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Buscar o reemplazar 'texto entre caracateres especiales',
PCRE (PHP <7.3)
Buscar o reemplazar 'texto entre caracateres especiales',
Submitted by
adansernas
-
8 years ago
1
windows match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
www.cbazaar.com/latest-arrivals.html#!page=1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
"IFB098E" | "IFB100E" | "IXC585E"
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Two Numeric Digits from 1 to 99 excluding '00'
PCRE (PHP <7.3)
This regular expression matches are two numeric digits from till 99 excluding 00. Match starts from 01 to 99.
Submitted by
Bhaskar Chaganti
-
8 years ago
1
bottle cleanup
PCRE (PHP <7.3)
find sizes different from standard
Submitted by
anonymous
-
8 years ago
1
not a string
ECMAScript (JavaScript)
no description available
Submitted by
cmolter
-
8 years ago
1
Remove HTML
ECMAScript (JavaScript)
no description available
Submitted by
https://github.com/Edux87
-
8 years ago
1
Common EU Phonenumber Formats
PCRE (PHP <7.3)
*Optional Country code (+xxx|00xxx) *Zone code with optional parenthesis for leading zero. 2-5 digit zone code, with different spacing. *Optional hyphen (optional spaces before and|or after) *Max service number 7 digits. different groups with optional spaces, 2-5 digits per group
Submitted by
Mattias
-
8 years ago
1
Localiza E-mail
Python
Log de postfix, localiziando e-mail (from e to).
Submitted by
Danilo Kishi
-
8 years ago
1
Qam Mega-bytes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Matching a URL
ECMAScript (JavaScript)
no description available
Submitted by
Vasili
-
8 years ago
1
regular-expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
RemoveItemNote
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
HTML <input> tags of type hidden but with the required attribute set
ECMAScript (JavaScript)
no description available
Submitted by
Paul Sturm
-
8 years ago
1
Adding binary numbers
PCRE (PHP <7.3)
Verifies whether two binary numbers a and b are equal to their sum c; Input expected in form a + b = c
Submitted by
Bob Weinand
-
8 years ago
1
IBAN
ECMAScript (JavaScript)
The regex of IBAN of the Zend Framework validator
Submitted by
Zeyckler
-
8 years ago
1
Names in America
ECMAScript (JavaScript)
Capitalized, with "O'","Mc","Mc " and "0" for some European names
Submitted by
anonymous
-
8 years ago
1
...
219
220
221
222
223
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(?:
[
aeAE
]
[
lI
]
[
-
]
)?
(?:
[
GKQ
]
h
?
|
Qu
)
[
aeu
]
(
[
tdz
]
{1,2}
[
h'
]
?
)
\1
?
af
{1,2}
[
iy
]
/
g
Open regex in editor
Description
Matches all spellings of the name Gaddafi that I've yet discovered.
Submitted by
Klisz
-
9 years ago