Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
vIDM No Barckets
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
vIDM With Brackets
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
main() replacer
replaces the main function from c
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
date
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
simple domain regex
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
VAT - Dirección.numero
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
frame name myeye 2
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
extract_STATIC_TO_BGP_policy
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
policy_extraction
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
SuperJS: variable initializement
Matches a variable with the following syntax; = example string foo = ...
Submitted by
Jordy van Domselaar <jordy.van.domselaar@outlook.com>
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
catching/matching decimal numbers
A simple regex to capture different formats of decimal numbers. Note: the last string "720p" I have skipped it. My regex will not take that last string into account. This is just an exercise from https://regexone.com/problem/matching_decimal_numbers
Submitted by
xaeroborg
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Email capturing framework
captures all possible email username/domain formats
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
flytap zjebany
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Find ip, link
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Find ip and link full
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
simple mail regex
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
use positive look behind and flags=re.I
positive look behind: it does not consume the first character, so it can be used for the next match flags=re.I is to ignore case sensitive
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Hex color code checker
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
AlienVault Exercise
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Julie
no description available
Submitted by
anonymous
-
5 years ago
1
...
94
95
96
97
98
99
100
...
112
Default Nginx Logs
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
python
r'
^
(?P<ip>
\d
{1,3}
.\d
{1,3}
.\d
{1,3}
.\d
{1,3}
)
-
-
\[
(?P<date>
.
*
)
\]
"
(?P<request>
.
*
?
)
"
(?P<status>
\d
*
)
(?P<size>
\d
*
)
"
(?P<referer>
.
*
?
)
"
"
(?P<user_agent>
.
*
?
)
"
.
*
$
'
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 5 years ago