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 18,300 community submitted regex patterns...
0
Datum
Created
·
2020-11-27 08:51
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Match ServiceNow Incident and Problem Numbers
Created
·
2020-11-27 10:22
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
Aidan Cooper
0
Youtube Channel
Created
·
2020-11-27 10:31
Flavor
·
PCRE (Legacy)
Extract Youtube Id channel Extraire l'ID d'une chaine Youtube
Submitted by
anonymous
0
Something
Created
·
2020-11-27 11:06
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
dir_1
Created
·
2020-11-27 14:37
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Litebans tempban
Created
·
2020-11-27 16:14
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
ab#197163
Created
·
2020-11-27 18:46
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Relative Markdown Link
Created
·
2020-11-27 21:46
Flavor
·
Python
no description available
Submitted by
anonymous
0
Markdown Link
Created
·
2020-11-27 22:02
Flavor
·
Python
no description available
Submitted by
anonymous
0
Markdown Image Link
Created
·
2020-11-27 21:52
Flavor
·
Python
A regex to find valid markdown images
Submitted by
anonymous
0
Markdown Image Link
Created
·
2020-11-27 22:00
Flavor
·
Python
A regex to find valid markdown images
Submitted by
anonymous
0
Markdown Image Link
Created
·
2020-11-27 22:04
Flavor
·
Python
A regex to find valid markdown images
Submitted by
anonymous
0
Markdown Image Link
Created
·
2020-11-27 22:25
Flavor
·
Python
A regex to find valid markdown images
Submitted by
anonymous
0
Match the first 6 characters.
Created
·
2020-11-28 01:35
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Auto-Linebreak
Created
·
2020-11-28 10:24
Updated
·
2021-07-07 07:33
Flavor
·
PCRE (Legacy)
Lookup for last space on a specified linewidth (e.g. 80 chars) and insert a newline.
Submitted by
mr-craps
0
phone matcher
Created
·
2020-11-28 14:02
Flavor
·
Python
phone matcher for following formats (123).234.4567 (123)-234-4567 (617) 495-1797 (617) 495 1797 (617) 4951797 6174951797 617 4951797 123.234.4567 123-456-4567 123.123-1234 123.123-1234 123 123-1234 123 123 1234
Submitted by
anonymous
0
time
Created
·
2020-11-28 14:14
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Email from google invitation
Created
·
2020-11-28 15:34
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Prometheus endpoint
Created
·
2020-11-28 22:14
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
remove brackets and comma
Created
·
2020-11-29 05:50
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
Previous page
1
…
735
736
737
738
739
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2020-11-27 10:31
Flavor
·
PCRE (Legacy)
/
^
(?:
https
?
:
\/\/
)?(?:
(?:
www
|
gaming
)
\.
)?
youtube
\.
com
\/
(?:
channel
\/
|
(?:
c
\/
)
|
(?:
user
\/
)?
)(
[
a
-
z
\-
_0
-
9
]
+
)
\/
?
(?:
[
\?
#
]
?
.
*
)
/
gmi
Open regex in editor
Description
Extract Youtube Id channel
Extraire l'ID d'une chaine Youtube
Submitted by
anonymous