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 17,300 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Get image urls from Google Speed test
PCRE (PHP <7.3)
Get image urls from Google Speed test
Submitted by
Ken
-
7 years ago
2016-07-13 10:35
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
new anchor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-07-13 07:11
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
parse apache access.log
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-07-12 14:25
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Number 2...999
PCRE (PHP <7.3)
Find a number with a value in the range of 2 through 999.
Submitted by
byronjones@outlook.com
-
7 years ago
2016-07-12 14:08
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
python-unicode-hashtags
Python
Because 're' module in python do not support \p{L} unicode class need to use simplistic regex with \w instead \p{L}. But such regexp also match digits like #123, #003 and so on. So it need to further filter out digit-only tags.
Submitted by
Stanislav Otovchits
-
7 years ago
2016-07-12 13:44
1
2 upvotes, 1 downvotes (score 20.8%) (You must be signed in to vote)
Arabic and English
ECMAScript (JavaScript)
Matches Arabic and English and all other languages that does not use the special characters.
Submitted by
Kishore
-
7 years ago
2016-07-12 12:41
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Find games titles in roms files
Python
Useful to find only the game title without the tags if you have thousands of files to sort For example : Walt Disney World Quest - Magical Racing Tour (E) (M3) C -> Match only the title
Submitted by
Alex
-
7 years ago
2016-07-12 12:34
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
GEN - Improved Air segment
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-07-12 05:47
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
TCIL - IQC Check error msg
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-07-12 05:46
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
AMEX - FXD command
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-07-12 05:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CHA course detection
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-07-12 02:37
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
arwe
Python
rwe
Submitted by
wree
-
7 years ago
2016-07-12 02:04
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-07-11 21:41
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Find MD Headings
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-07-11 20:23
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
VTT Timecodes
PCRE (PHP <7.3)
Get timecodes from a line of text in a VTT file
Submitted by
Wubbajack
-
7 years ago
2016-07-11 20:22
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
watched_movie
PCRE (PHP <7.3)
Grab multiple events with various fields from plex media logs to see who watched what and when from where. Using for splunk dashboard.
Submitted by
sydvishus
-
7 years ago
2016-07-11 17:46
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Extract Headings
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-07-11 15:15
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Anchor ID Remove
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-07-11 15:06
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Remove Anchor Links
PCRE (PHP <7.3)
no description available
Submitted by
Meesh
-
7 years ago
2016-07-11 15:01
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Match Class Name
PCRE (PHP <7.3)
Matching all the proper class names
Submitted by
anonymous
-
7 years ago
2016-07-11 13:30
1
...
629
630
631
632
633
634
635
...
865
match directory paths with names
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
[
'"
]
(
(?:
[
.
]
+
|
app
)
[^
"
]
*
user
\.
service
)
[
'"
]
|
"
(
[
.
]
+
[^
"
]
*
canvas-pan-zoom
\.
service
)
"
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
luwenh
-
7 years ago
2016-06-24 22:47