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
99
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Lavadero
Python
no description available
Submitted by
anonymous
-
4 years ago
0
IPv4 Valid RFC1918 Addresses
ECMAScript (JavaScript)
This will match valid IP addresses which are listed in RFC1918. 127.0.0.0 - 127.255.255.255 10.0.0.0 - 10.255.255.255 192.168.0.0 - 192.168.255.255 172.16.0.0 - 172.31.255.255
Submitted by
anonymous
-
4 years ago
0
Overdraftlog*.log
PCRE (PHP <7.3)
overdraftlog-20201005122521.748.log
Submitted by
anonymous
-
4 years ago
0
virsh dommemstat parser
Python
no description available
Submitted by
anonymous
-
4 years ago
0
virsh list parser
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Convert CSS to JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ACI Patient Name from Medical Record
PCRE (PHP <7.3)
ADDRESSKeller, Brian Gets last and first name without getting "ADDRESS"
Submitted by
anonymous
-
4 years ago
0
dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
A 'Bulletproof' URL Regular Expression Parser
PCRE (PHP <7.3)
A well-documented, easy to modify bulletproof regular expression that matches complete URLs or URL components. Components include: Schema scheme/protocol**: use an OR statement to add FTP, etc....
Submitted by
anonymous
-
4 years ago
0
start
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
email-simple
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
NLP_1
PCRE (PHP <7.3)
Initial attempts to use regex for NLP
Submitted by
anonymous
-
4 years ago
0
Numerical Values
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
The outlier's number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Date or empty
PCRE (PHP <7.3)
Matches either date in 1111-11-11 format or empty string
Submitted by
anonymous
-
4 years ago
0
XML Parser
PCRE (PHP <7.3)
This is just for fun, clearly a terrible idea.
Submitted by
anonymous
-
4 years ago
0
SQLA example
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
rodne cislo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Accented / Diacritics
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
276
277
278
279
280
...
900
Community Library Entry
4
Regular Expression
ECMAScript (JavaScript)
/
^
(
[
Gg
]
[
Ii
]
[
Rr
]
[
]
0
[
Aa
]
{2}
)
|
(
[
a
-
zA
-
Z
]
){1}
(
[
0
-
9
]
[
0
-
9
]
|
[
0
-
9
]
|
[
a
-
zA
-
Z
]
[
0
-
9
]
[
a
-
zA
-
Z
]
|
[
a
-
zA
-
Z
]
[
0
-
9
]
[
0
-
9
]
|
[
a
-
zA
-
Z
]
[
0
-
9
]
){1}
(
\s
?
)
(
[
0
-
9
]
[
a
-
zA
-
z
]
[
a
-
zA
-
z
]
){1}
$
/
i
Open regex in editor
Description
no description available
Submitted by
msyed
-
9 years ago