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 5,640 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
t2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-07-25 00:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Членские взносы
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-07-25 11:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
telegraf.conf
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-07-25 17:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jekyll-preprocess
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-07-26 23:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jekyl-process2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-07-25 22:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jekyll-process3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-07-25 22:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MikroTik firewall logs
Golang
Used with Azure Log Analytics
Submitted by
anonymous
-
4 years ago
2019-07-27 13:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
https://regex101.com/r/edPG4P/1
Python
needs to be modified for use in python by this code example note use of {3 } and additional parenthesis around the import re nigeRegex = re.compile(r'((\d{3}-)?\d{3}-\d{4}(,)?){3}') nigeRegex.search('My numbers are 415-555-1234,555-4242,212-555-0000')
Submitted by
anonymous
-
4 years ago
2019-07-28 10:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
https://regex101.com/r/edPG4P/1
Python
needs to be modified for use in python by this code example note use of {3 } and additional parenthesis around the import re nigeRegex = re.compile(r'((\d{3}-)?\d{3}-\d{4}(,)?){3}') nigeRegex.search('My numbers are 415-555-1234,555-4242,212-555-0000')
Submitted by
anonymous
-
4 years ago
2019-07-28 10:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Dates
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-07-30 14:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Списки
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-07-30 14:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Домены
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-07-30 14:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Time Sync Regex
Python
Returns the value of an epoch time sync with a time reference
Submitted by
anonymous
-
4 years ago
2019-07-30 16:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TRANSPORT
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 19:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RESERVED
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 19:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
BORDER
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 19:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ACCESS
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 19:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ENNI
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 19:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VIDEO
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 19:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VOICE
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 19:49
1
...
249
250
251
252
253
254
255
...
282
Get YouTube ID in link
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
(?:
youtu
\.
?
be
(?:
-nocookie
)?
(?:
\.
com
)?
(?:
\/
|
watch
\?
v=
|
embed
\/
)+
)
(
[
\w
-
]
+
)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
2 years ago
2022-05-13 22:26
(Last modified 2 years ago)
2022-05-13 23:05