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 9,360 community submitted regex patterns...
0
Dad jokes
PCRE (PHP <7.3)
Get whatever comes after user says I'm (any spelling errors included). Meant to be used with a bot which replies "Hello . I'm Dad!"
Submitted by
anonymous
-
7 years ago
0
Plex Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Get data from string
PCRE (PHP <7.3)
\"?()\"? \"?()\"? (\d{2}) (\d{5}).(\d{2}) (\d{3}-\d{7}) string: "Mattias Asplund" 46 35000.00 070-6186120
Submitted by
Americo
-
7 years ago
0
test1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Student: GA - Middle School - 2011
PCRE (PHP <7.3)
no description available
Submitted by
DK
-
7 years ago
0
Teacher: GA - Middle School - 2011
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
test previ
PCRE (PHP <7.3)
essai de description
Submitted by
anonymous
-
7 years ago
0
permissions:schema
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Safari-extension
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Normalización afirme
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Access National Bank
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
HSBC 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
BAUSEC
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
url finder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Commented SQL code columns
PCRE (PHP <7.3)
Find commented SQL code columns ending with comma ++ -- max(case when promo_temp.ph_bus_unt = 'ZZZ' ++ -- then promo_temp.ph_prom_dt ++ -- end) lst_prom_dt1,...
Submitted by
anonymous
-
7 years ago
0
autotest main regex capture
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Filtering certain file in Emacs' Dired mode
PCRE (PHP <7.3)
In Dired mode, M-x occur .*\.html$ whould show only ".html" files.
Submitted by
kor
-
7 years ago
0
find link
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Match feet and inches, including fractions or decimals
PCRE (PHP <7.3)
Match feet and inches, including fractions or decimals
Submitted by
Jeff Harding
-
7 years ago
0
Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
252
253
254
255
256
...
468
rustyms: pro forma single modification
-2
Regular Expression
Rust
r"
(
(
[^
\n
:#
]
*
)
(?:
:
(
[^
\n
#
]
+
)
)?
)
(?:
#
(
[
0
-
9A
-
Za
-
z
]
+
)
(?:
\(
(
\d
+
\.
?
\d
*
)
\)
)?
)?
"
g
Open regex in editor
Description
The regex to match a single pro forma modification with all its intricacies.
Submitted by
Douwe Schulte
-
a year ago