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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 14,160 community submitted regex patterns...
1
P-value
Python
grabs p-values
Submitted by
Sternlicht
-
8 years ago
1
aa
PCRE (PHP <7.3)
aa
Submitted by
aa
-
8 years ago
1
Arch Pacman Name Extractor
PCRE (PHP <7.3)
Extracts package names from a list of name-version strings
Submitted by
Glen H
-
8 years ago
1
csrf
PCRE (PHP <7.3)
csrf: '(.*?)'
Submitted by
David
-
8 years ago
1
Consecutive Numbers
PCRE (PHP <7.3)
Check for 3 or more single digit consecutive numbers in the string.
Submitted by
Pradeep Patil
-
8 years ago
1
XML regex ADK
PCRE (PHP <7.3)
no description available
Submitted by
Arjen
-
8 years ago
1
SIP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Long regex
PCRE (PHP <7.3)
no description available
Submitted by
Ric
-
8 years ago
1
Short regex
PCRE (PHP <7.3)
no description available
Submitted by
Ric
-
8 years ago
1
jquery
PCRE (PHP <7.3)
jquery
Submitted by
anonymous
-
8 years ago
1
mciCardDescription
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Firefox 47 Test
PCRE (PHP <7.3)
for Issue #517 on Regex101 Github
Submitted by
rambouillet
-
8 years ago
1
How to capture Pokemon
PCRE (PHP <7.3)
no description available
Submitted by
Liam
-
8 years ago
1
q
PCRE (PHP <7.3)
q
Submitted by
q
-
8 years ago
1
phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Find Factfinder Numeric Groups
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Obtain src content from iframe
PCRE (PHP <7.3)
no description available
Submitted by
Cmedina
-
8 years ago
1
Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
UK Postcode
PCRE (PHP <7.3)
as per the following specifications: FORMAT EXAMPLE AN NAA M1 1AA ANN NAA M60 1NW AAN NAA CR2 6XH...
Submitted by
Spluf (Cosmin Pop)
-
8 years ago
1
OpenSSL CRT Issuer/Subject parse
PCRE (PHP <7.3)
regex to capture fields from the output of openssl x509 -in yout_crt_file.crt -issuer -noout
Submitted by
Florian Sievers
-
8 years ago
1
...
583
584
585
586
587
...
708
Library catalogue (VTECH V-Lib)
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