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 4,820 community submitted regex patterns...
0
RA3
Python
calendar
Submitted by
anonymous
-
6 years ago
0
T1
Python
RA results v Tully's predictions
Submitted by
anonymous
-
6 years ago
0
LSD MSD regex
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Specific C Enumerator Matching
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Ejemplo de un patrón de nombre multivariado
Python
Cada persona debería desarrollar un patrón de texto de su nombre que reconozca todas las variantes usuales que por brevedad o capricho se utilizan en el ámbito familiar, social y laboral. (jgomezp:erbeye)
Submitted by
anonymous
-
6 years ago
0
get img src from html
Python
match the src attribute of the html img tag
Submitted by
anonymous
-
6 years ago
0
Separate Studio/Movie Title Info From Filename for Plex
Python
Separate Studio/Movie Title Info From Filename for Plex This regex is ultimately used by a Plex Media Server Agent to parse various information from a filename when Plex is scanning a media directory. The regex uses named groups studio and clip_name to store the information that is parses so that ...
Submitted by
anonymous
-
6 years ago
0
Properties
Python
no description available
Submitted by
anonymous
-
6 years ago
0
UAE Phone Number Regex Validator
Python
no description available
Submitted by
anonymous
-
6 years ago
0
URLS
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Parsing assembly code .data segment
Python
no description available
Submitted by
anonymous
-
5 years ago
0
parsing Assembly code .data segment
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Want to exclude all lines with a COLON : otherwise find what is after array.
Python
This does not work. Needs to find all lines with the word array OR unassigned except for lines with a ':' character.
Submitted by
anonymous
-
5 years ago
0
Want to exclude all lines with a COLON : otherwise find what is after array.
Python
Find all lines with the word array OR unassigned except for lines with a ':' COLON character. Thanks to Kinny on IRC :) Added some tests.
Submitted by
Kinny, rjt
-
5 years ago
0
fail2ban-php404
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Ex1
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Macro
Python
no description available
Submitted by
anonymous
-
5 years ago
0
position L1
Python
no description available
Submitted by
anonymous
-
5 years ago
0
find words between tags
Python
Extract words between custom tags.
Submitted by
anonymous
-
5 years ago
0
SO user9371654
Python
https://stackoverflow.com/questions/56074417/how-to-exclude-words-in-regexp
Submitted by
anonymous
-
5 years ago
1
...
103
104
105
106
107
...
241
Community Library Entry
0
Regular Expression
Python
r"
^\s
{7}
(
[
-A
]
?
\d
+
)
\s
+
(
(
.
|
\n
)*
?
)
\n^\s
{24}
(
[
A
-
Z
]
{0,2}
\d
{3}
(
\.
\d
+
)?
(
\s
(
\w
+
)
)?
)
"
gm
Open regex in editor
Description
Matches entries in a library catalogue.
Submitted by
anonymous
-
a year ago