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 2,540 community submitted regex patterns...
1
f
Python
f
Submitted by
f
-
9 years ago
1
Nuclear Exploit Kit
Python
Nuclear Exploit Kit Requested file
Submitted by
anonymous
-
9 years ago
1
Parcel ID (Michigan)
Python
REGEX validator for Parcel IDs. Works for Michigan but may for other states if their parcel IDs have form "00-00-00-00-000-000".
Submitted by
Lewis
-
9 years ago
1
localhost ip's with port
Python
Matches localhost ip range with optional port capture: 127.X.X.X or 127.X.X.X:PORT ToDo: check valid ip address.
Submitted by
Rodrigo M. A.
-
9 years ago
-1
localhost match range ip with port number
Python
Matches all ips that points to localhost like, optionally capturing port number: 127.X.X.X and 127.X.X.X:
Submitted by
Rodrigo M. A.
-
9 years ago
2
yowsup-cli message parsing
Python
This pattern parses the yowsup-cli message output to recover (otherwise lost) messages. Current yowsup version: v2.4
Submitted by
kerel
-
9 years ago
0
shankar g mirpuri social security number
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Select all numbers greater than 36 (python)
Python
no description available
Submitted by
Mansoor
-
9 years ago
2
Ontario Licence Class Combinations
Python
In Ontario, Canada, license classes are combined on the drivers license. This regex will parse out individual classes from the combination.
Submitted by
Gregory Holley
-
9 years ago
1
gg
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Tutorial extracting url data
Python
http://regexone.com/problem/extracting_url_data
Submitted by
robi
-
9 years ago
1
Don't know how to match this.
Python
no description available
Submitted by
Nick
-
9 years ago
1
BNF for specific URL schemes (httpurl) from rfc1738
Python
This regex represents the httpurl in BNF from rfc1738 (at topic 5). Reference:https://www.ietf.org/rfc/rfc1738.txt
Submitted by
Migueh
-
9 years ago
1
Find all Twitter Bootstrap Buttons
Python
Find all twitter bootstrap buttons with class "btn".
Submitted by
anonymous
-
9 years ago
1
Find Bootstrap Buttons
Python
Find all inputs and buttons with class btn.
Submitted by
anonymous
-
9 years ago
1
Simple RegEx for SQL Field transformation
Python
no description available
Submitted by
sX
-
9 years ago
0
APACHE_ACCESS_LOG_PATTERN
Python
Used in lab2 spark for pyspark access log pattern recognition
Submitted by
anonymous
-
9 years ago
0
Regex json
Python
no description available
Submitted by
anonymous
-
9 years ago
0
find a string (placeholder) inside a string
Python
find a string (placeholder) inside a string
Submitted by
vikash Kumar Agarwal (vikashmnk)
-
9 years ago
1
handin5
Python
no description available
Submitted by
anonymous
-
9 years ago
1
...
113
114
115
116
117
...
127
Community Library Entry
0
Regular Expression
Java 8
"
(
\S
+
)
=
[
"
'
]
?
(
(?:
.
(?!
[
"
'
]
?
\s
+
(?:
\S
+
)
=
|
[
>
"
'
]
)
)+
.
)
[
"
'
]
?
"
g
Open regex in editor
Description
no description available
Submitted by
Amir Arian
-
10 years ago
(Last modified a year ago)