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,480 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Your mom
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-02-06 17:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HGam mxAOD
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-02-06 09:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
have X shipmet
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-02-05 02:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match multiple spaces
Python
Match multiple space appearances
Submitted by
anonymous
-
5 years ago
2019-02-04 23:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
positive lookahead example2
Python
Words before ->
Submitted by
anonymous
-
5 years ago
2019-02-04 11:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
positive lookahead example1
Python
Words before (-) or (+)
Submitted by
anonymous
-
5 years ago
2019-02-04 11:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL checker
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-02-01 21:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match Article No., Alinea No. and statute in ATF citations
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-31 23:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
espacios antes
Golang
no description available
Submitted by
anonymous
-
5 years ago
2019-01-28 10:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match Text surrounded by 3 Tildes (~)
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-28 08:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ATF : Match alineas in Article citations
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-26 03:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ATF: Match Article number in Article citation
Python
Stripped: "Abs." to "s." "al." to "l." "und" to "nd" ...
Submitted by
anonymous
-
5 years ago
2019-01-26 01:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex to capture URL in markdown files 2019-01-25
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-25 19:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match string anywhere
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-24 22:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
My oleshki img
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-22 21:44
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
1
...
76
77
78
79
80
81
82
...
124
Выделение текста в определенном теге без учета переноса строки
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
(?<=
<p>
)
(
.
*
)
(?=
</p>
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
5 years ago
2019-01-14 11:57