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 11,940 community submitted regex patterns...
0
idoc mapping to xsl func
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
PATRIC biovar
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
new device types
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
CONTAG Auftragsnummern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Hexadecimal Color
PCRE (PHP <7.3)
My First Regex
Submitted by
anonymous
-
7 years ago
0
Simple password regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Validate cellphones number venezuela
PCRE (PHP <7.3)
Validate cellphones number venezuela
Submitted by
anonymous
-
7 years ago
0
Units.NET - parse pairs of value + unit abbreviation
PCRE (PHP <7.3)
As discussed: https://github.com/anjdreas/UnitsNet/pull/254#discussion_r116360898
Submitted by
Andreas Gullberg Larsen
-
7 years ago
0
rett
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Eclipse simulator data file comments
PCRE (PHP <7.3)
Identify and group Eclipse data file comments
Submitted by
anonymous
-
7 years ago
0
RIS Daten teilen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ASC file regex
PCRE (PHP <7.3)
no description available
Submitted by
AAndreev
-
7 years ago
0
Supprimer les retour chariot entre 2 guillemets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
mac address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
wtb
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
regex log syslog
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Search string with simple * wildcarding at beginning and end allowed
PCRE (PHP <7.3)
Search string which allows wildcard (*) at beginning and or end, but not in between. Search string itself allows almost any character but *
Submitted by
Tom42
-
7 years ago
0
Comics - Issues
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Match HTML comments
PCRE (PHP <7.3)
no description available
Submitted by
padre629
-
7 years ago
0
Regular expression to match all special characters except
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
281
282
283
284
285
...
597
Community Library Entry
-1
Regular Expression
ECMAScript (JavaScript)
/
/
<img
style="
(
.
*
)
">
(
.
*
)
/
ig;
/
Open regex in editor
Description
style img
Submitted by
anonymous
-
11 years ago