Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 2,160 community submitted regex patterns...
0
MR Title validation
Created
·
2021-08-25 13:46
Flavor
·
Python
-
Submitted by
alkov
0
VALIDATE DOMAIN:PORT ADDRESS IN PYTHON3
Created
·
2021-08-27 13:07
Flavor
·
Python
Port is optional
Submitted by
Avaray
0
Match a phone number formatted using North American Numbering Plan (NANP)
Created
·
2021-09-04 18:25
Updated
·
2021-09-04 18:26
Flavor
·
Python
More Details: https://exercism.org/tracks/python/exercises/phone-number
Submitted by
Nishant Misra
0
Super Gene Voice of God
Created
·
2021-09-06 01:05
Flavor
·
Python
Isolates lines to format from the popular Super Gene web novel
Submitted by
max
0
tablespoons
Created
·
2021-09-06 08:17
Flavor
·
Python
fasdgasdes
Submitted by
asffgsadd
0
YouTube video URL to video ID
Created
·
2021-09-09 16:40
Updated
·
2021-09-12 16:45
Flavor
·
Python
This regex can match with a valid YouTube link and retrieve the video ID in one of the four capturing groups. Unfortunately, I couldn't manage to use a single capturing group, but there is no difference between all of them.
Submitted by
Lyroy TheToad
0
Regex Test on Slashes
Created
·
2021-09-28 05:00
Flavor
·
Python
A regex test for filepaths.
Submitted by
anonymous
0
Capture variable
Created
·
2021-09-30 12:29
Flavor
·
Python
test
Submitted by
anonymous
0
Excel ABS, SUM, AVG
Created
·
2021-09-30 12:49
Flavor
·
Python
test
Submitted by
anonymous
0
Array shape documentation
Created
·
2021-10-01 11:33
Flavor
·
Python
Matches array shape documentation comments.
Submitted by
anonymous
0
regex
Created
·
2021-10-09 16:08
Flavor
·
Python
xx
Submitted by
anonymous
0
Regex that matches laughter interjections in Spanish
Created
·
2021-10-14 05:36
Flavor
·
Python
Regex that matches laughter interjections in Spanish
Submitted by
alexcg
0
get domain from url
Created
·
2021-10-17 10:10
Flavor
·
Python
From link Get domain from url start with: http, https, www, or abc:abc.google.com
Submitted by
anonymous
0
Match password
Created
·
2021-10-20 15:47
Flavor
·
Python
Requirements: At least one lower and one upper case letter At least one digit or special character
Submitted by
anonymous
0
Working on cron regex
Created
·
2021-10-26 17:14
Flavor
·
Python
Working on usable cron regex, for python.
Submitted by
anonymous
0
Clean HTML
Created
·
2021-10-26 21:41
Flavor
·
Python
Remove HTML comments, tags, links, character codes, \xa0
Submitted by
Smit Patel
0
Network Interface matching with sub-interface support
Created
·
2021-10-29 21:02
Flavor
·
Python
This regular expression will match on interface names and return grouped data including name, location, sub-interface.
Submitted by
Neis
0
N-Word Regex
Created
·
2021-10-30 19:14
Updated
·
2021-10-30 19:15
Flavor
·
Python
N-Word Regex Status Not finished, highly broken
Submitted by
anonymous
0
Well Defined Branch Names
Created
·
2021-10-31 22:10
Flavor
·
Python
Checks for well defined branch names
Submitted by
anonymous
0
Remove html symbols
Created
·
2021-11-03 21:01
Flavor
·
Python
Select every string starting with & , ending with ; and everything in between
Submitted by
Smit Patel
Previous page
1
…
89
90
91
92
93
…
108
Next page
Community Library Entry
0
Regular Expression
Created
·
2021-12-11 09:31
Flavor
·
Python
r"
是
(
.
*
色
)
"
gm
Open regex in editor
Description
是(.*色) 用分组
Submitted by
robin