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
Look up corresponding value in unsorted list
PCRE (PHP <7.3)
We have a GeoJSON that needs a "war_memorials" attribute added and populated with the correct value. Trouble is the sorting of the Features is not the same as the sorting of the CSV data with the values. So you can't just use a multiple-selection in Sublime Text and paste in place. This solution...
Submitted by
anonymous
-
6 years ago
-1
check url for api
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Optional decomposition
PCRE (PHP <7.3)
Find optional decomposition in codebase
Submitted by
anonymous
-
6 years ago
0
First part of two part name
PCRE (PHP <7.3)
Used this in the DETECT pilot study to pull apart first names that had two parts (e.g., mary jo).
Submitted by
anonymous
-
6 years ago
0
Second part of two part name
PCRE (PHP <7.3)
Used this in the DETECT pilot study to pull apart first names that had two parts (e.g., mary jo).
Submitted by
anonymous
-
6 years ago
0
Capture width value of svg tag.
PCRE (PHP <7.3)
Captures the width value of a single SVG tag.
Submitted by
anonymous
-
6 years ago
0
Bilhetes Sulamerica Avaya
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DSN Parser
PCRE (PHP <7.3)
Parser for DSN. Used in PHP PDO MySQL configuration.
Submitted by
anonymous
-
6 years ago
0
Bilhete Globo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
solution3-ece590.06
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
subdomain Grabber
PCRE (PHP <7.3)
Gets the subdomain in a url
Submitted by
anonymous
-
6 years ago
0
phone number grabber
PCRE (PHP <7.3)
get's a phone number with any type of writing
Submitted by
anonymous
-
6 years ago
-1
Password check
PCRE (PHP <7.3)
12 characters minimum at least 1 capital letter at leat 1 minuscule letter at least 1 number at least 1 special character
Submitted by
anonymous
-
6 years ago
0
Domain Grabber
PCRE (PHP <7.3)
Grabs the domain of a url
Submitted by
anonymous
-
6 years ago
0
password
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
in line $ $ (latex equation)
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Group capturing dynatrace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
get only chapter titles
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Song title and lyrics ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DML_Actions
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
499
500
501
502
503
...
900
Community Library Entry
0
Regular Expression
Golang
`
^
func
(
\(
.
*
\)
)?
[
a
-
zA
-
Z0
-
9
]
+
?
\(
(
.
*
?
)
\)
[
a
-
zA
-
Z0
-
9
]
*
?
\{
`
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago