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...
0
Qn2-August2009
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
MM/YYYY validator between years
PCRE (PHP <7.3)
MM/YYYY validator between years
Submitted by
anonymous
-
5 years ago
0
Extract Apache2 Host File Config Data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Qn1-August2009
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Qn0-August2009
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Ignore UPPER() and LOWeR() methods in WHERE clauses
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
hello
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
example
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Regular expression to check MM/YYYY between ranges
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Guid with optional brackets
PCRE (PHP <7.3)
Pattern for a guid with optional brackets: 12345678-1234-1234-1234-123456789012 or {12345678-1234-1234-1234-123456789012}.
Submitted by
anonymous
-
5 years ago
0
Golang function metadata parsing
PCRE (PHP <7.3)
Created out of hubris while working on golang source to lua EmmyLua annotations TODO:* add struct parsing
Submitted by
anonymous
-
5 years ago
0
Relative URI matching
PCRE (PHP <7.3)
Use look-behind look-ahead groups
Submitted by
anonymous
-
5 years ago
0
Word with accent mark or ñ
PCRE (PHP <7.3)
English Will match any word that has an accent mark or the letter 'ñ' on it. Useful for text In spanish. Español ...
Submitted by
anonymous
-
5 years ago
0
Find password in Json
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
pin code in 400 064 format
PCRE (PHP <7.3)
pin code in 400 064 format
Submitted by
anonymous
-
5 years ago
0
Negative lookahead
Python
no description available
Submitted by
anonymous
-
5 years ago
0
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
11
PCRE (PHP <7.3)
111
Submitted by
anonymous
-
5 years ago
1
...
616
617
618
619
620
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
\(
(
\d
+
)
\)
\s
+
(
[^
\(
]
+
)
\(
(
[^
\)
]
+
)
\)
\s
+
vs
\.
\s
+
\(
(
\d
+
)
\)
\s
+
(
[^
\(
]
+
)
(
.
*
)
$
/
Open regex in editor
Description
Written mostly in Notepad++, bitches!
Submitted by
@just_abs
-
9 years ago