Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 2,460 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
My lib
Golang
no description available
Submitted by
anonymous
-
5 years ago
2019-01-22 19:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
test_epoc
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-20 11:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
phones_celleb
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-20 11:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Url match
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-19 19:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
cinecalidad
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-18 01:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
NUEVO
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-18 01:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Month (Alpha) and Day
Python
Three letter or full text month name (including Sept for September) with or without upper case first letter for month followed by one or two digit day with no intervening white space. examples: Jan10 february29 Sept15...
Submitted by
anonymous
-
5 years ago
2019-01-16 23:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
query.log
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-15 14:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
объединение двух результатов регулярных выражений
Python
((?)(.|\n|\s)?(?=))|((?)(.|\n|\s)?(?=))
Submitted by
anonymous
-
5 years ago
2019-01-14 13:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Выделение текста в определенном теге без учета переноса строки
Python
(?)(.*) (?=) Выделение текста в определенном теге без учета переноса строки
Submitted by
anonymous
-
5 years ago
2019-01-14 11:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regexp HTML & CLosing
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-13 17:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IPv4 matcher
Python
find all IPv4 addresses in text
Submitted by
anonymous
-
5 years ago
2019-01-10 09:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
gunicorn access log parser
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-08 18:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
git url
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-07 15:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
处理name
Python
找长名字电压等级
Submitted by
anonymous
-
5 years ago
2019-01-04 09:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
extraction with matching and non-matching groups
Python
extract operator and numbers from a typical product option line
Submitted by
anonymous
-
5 years ago
2018-12-28 15:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Azure Rules Engine -Anagular
Python
Test
Submitted by
anonymous
-
5 years ago
2018-12-27 09:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
rutracker markdown parser
Python
no description available
Submitted by
anonymous
-
5 years ago
2018-12-22 16:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parse fields of SQL Dump
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-12-19 17:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parse tables in SQL Dump
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-12-19 17:53
1
...
76
77
78
79
80
81
82
...
123
Matches invalid Excel table names
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
(
^
[^
a
-
z
\.
_
\\
]
)
|
(
\s
)
|
.
{256,}
|
[^
a
-
z0
-
9_
\.
_
\\
]
|
(
[
a
-
z
]
{1,2}
)
[
0
-
9
]
+
|
^
[
rc
]
$
"
gmi
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
5 years ago
2018-11-14 14:09