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
Eclipse simulator data file comments
PCRE (PHP <7.3)
Identify and group Eclipse data file comments
Submitted by
anonymous
-
8 years ago
0
extract cLasses ◂ outerHTML
ECMAScript (JavaScript)
An exhibit of Markdown This note demonstrates some of what Markdown is capable of doing. Note: Feel free to play with this page. Unlike regular notes, this doesn't automatically save itself. ...
Submitted by
anonymous
-
8 years ago
0
RIS Daten teilen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
ASC file regex
PCRE (PHP <7.3)
no description available
Submitted by
AAndreev
-
8 years ago
0
Supprimer les retour chariot entre 2 guillemets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Lab1 compact
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Lab1 pas compact
Python
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
0
Date January 5, 2016 Match with Capturing
PCRE (PHP <7.3)
Date January 5, 2016 Match
Submitted by
anonymous
-
7 years ago
0
Amazon order tracking
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Amazon order tracking link extractor from email plain text source
PCRE (PHP <7.3)
no description available
Submitted by
Sandeep Patel
-
7 years ago
0
remove xxxx:nil="true...
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
MQTT path parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Número al final de un string...
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
413
414
415
416
417
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
pinkglass
|
greenapple
)
\s
(
redbook
|
bluepen
|
yellowglass
)
\s
(
pinkglass
|
greenapple
)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago