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...
1
Test
PCRE (PHP <7.3)
Test
Submitted by
Test
-
10 years ago
1
ACL de tiempos en squidGuard
Python
Extrae las ALC de tiempos del archivos de configuración de squidGuard
Submitted by
VTacius
-
10 years ago
1
requirements
Python
Requirements format that needs to be parsed.
Submitted by
drobati
-
10 years ago
0
dpn_glossary HTML termparser
PCRE (PHP <7.3)
Regex of the TYPO3 Extension dpn_glossary. It ignores the children of the fetched content. http://bit.ly/dpn_glossary
Submitted by
Daniel Dorndorf
-
10 years ago
1
Nth match
PCRE (PHP <7.3)
Matches the nth five digit number
Submitted by
anonymous
-
10 years ago
1
grub options matching
PCRE (PHP <7.3)
Trying to match grub options in capture groups, some of which are known
Submitted by
cnf
-
10 years ago
1
Find all drives not the primary logical
PCRE (PHP <7.3)
no description available
Submitted by
Cm
-
10 years ago
1
CAS error regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
Match all attributes/values of html document
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Extract google fonts key, value, options
PCRE (PHP <7.3)
This regular expression is used to extract google font information from the embeded url
Submitted by
anonymous
-
10 years ago
0
url GET parameters
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
-2
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Match date from calendar as string
PCRE (PHP <7.3)
Match date from calendar as string
Submitted by
anonymous
-
10 years ago
0
Single dollar delimited LaTeX equation
Python
Find single dollar delimited LaTeX equations, for use with e.g. KateX
Submitted by
drewsberry
-
10 years ago
0
phone number (simple validate)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
0
Challenge: Create regular expression that matches the following urls
PCRE (PHP <7.3)
Note the 2 lines separated urls. These should NOT match
Submitted by
kostas trichas
-
10 years ago
1
URL REGULAR EXPRESSION CHALLENGE
PCRE (PHP <7.3)
Follow the instructions to match/don't match the following urls. Then post to comminity with title: [URL CHALLENGE]:
Submitted by
kostas trichas
-
10 years ago
0
Share?
PCRE (PHP <7.3)
Test
Submitted by
test
-
10 years ago
-2
eee
Python
no description available
Submitted by
anonymous
-
10 years ago
1
Match Tags in ExpressionEngine
PCRE (PHP <7.3)
The second matcher will get EE tags from $tagdata.
Submitted by
Kyle Palko
-
10 years ago
1
...
82
83
84
85
86
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
^
(?:
[^
,
\n
]
+
,
\s
*
){8}
)
(
[^
;
\n
]
+
)
/
gm
Open regex in editor
Description
Regular expression created to separate CSV fields that are separated by commas with the end stopper with a semicolon
Submitted by
João Paulo Dias
-
6 years ago