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 4,200 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
statement matching
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-14 22:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
function matching
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-16 01:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
check dup statements
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-15 16:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
check dup statements
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-16 01:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Links
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-17 10:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Strings
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-17 17:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Movements
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-20 21:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Thai District
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-21 09:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Thai Province
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-12-09 11:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
block-redirect-https://www.arubanetworks.com
Python
^block-redirect-https?://www\.\w+\.\w+$
Submitted by
anonymous
-
3 years ago
2020-04-22 07:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ntp standalone vlan-range 1
Python
^ntp standalone vlan-range\s\d
Submitted by
anonymous
-
3 years ago
2020-04-22 07:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配数字
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-24 06:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
job titles - fwd/bwd
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-24 22:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
job titles - fwd/bwd - 2
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-24 22:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
remove comma from City, State
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-25 17:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
elb log filename parser
Python
This is the pattern for a ALB log files exported to s3.
Submitted by
anonymous
-
3 years ago
2020-04-26 17:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
logpush regex
Python
this parses keys for logpush log files from cloudflare in s3
Submitted by
anonymous
-
3 years ago
2020-04-26 17:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
frontkn CF
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-27 06:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
叫醒
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-27 10:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
打扫
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-27 12:11
1
...
144
145
146
147
148
149
150
...
210
Soundcloud pattern
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
(?:
(
https
?
)
:
\/\/
)?
(?:
(?:
www
|
m
|
api
)
\.
)?
(
soundcloud
\.
com
|
snd
\.
sc
)
\/
+
(
[
a
-
zA
-
Z0
-
9
\-\.
]
+
\/
*
[
a
-
zA
-
Z0
-
9
\-\.
]
*
\/
*
[
a
-
zA
-
Z0
-
9
\-\.
]
*
)
/
gmi
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
a year ago
2022-10-06 09:58