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,100 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find AEVA WebWiz self-referent links (working)
Python
Expression to locate AEVA Forum (http://forums.aeva.asn.au) internal links as part of a conversion process from WebWiz to phpBB This expression is currently working in this regex-tester, including picking up relative URLs Now excludes enclosing quotes for relative URLs ...
Submitted by
anonymous
-
6 years ago
2017-07-19 17:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Links without protocol
PCRE (PHP <7.3)
Heavily inpired by https://stackoverflow.com/questions/6038061/regular-expression-to-find-urls-within-a-string
Submitted by
anonymous
-
6 years ago
2017-07-19 11:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Facebook Groups and Meetup - Link Check - Group Data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-19 00:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ping statistics
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-18 06:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
https://sveterra.ru/
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-17 20:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
palo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-17 19:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Storyshot mock finder
Python
no description available
Submitted by
anonymous
-
6 years ago
2017-07-17 14:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Dutch address (pretty good)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-17 10:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
dzrdata-service healthcheck
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-17 10:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-17 06:29
-1
0 upvotes, 1 downvotes (score 0%) (You must be signed in to vote)
Discord Emojis
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-17 03:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Two groups between text
PCRE (PHP <7.3)
"middle" and "middle2" can be any text
Submitted by
anonymous
-
6 years ago
2017-07-17 00:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
https://sveterra.ru
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-16 20:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
strange
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-15 23:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract Experience
Python
Extract experience from job titles or job description text
Submitted by
vidyasagar
-
6 years ago
2017-07-15 21:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find images URL in text
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-15 18:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match a single character at a time present in the list
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-15 09:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match Hashtag names
Python
no description available
Submitted by
anonymous
-
6 years ago
2017-07-14 14:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL Catcher Regexp
PCRE (PHP <7.3)
Espressione regolare per catturare un URL in un testo
Submitted by
Samuel Panicucci
-
6 years ago
2017-07-14 14:35
-2
0 upvotes, 2 downvotes (score 0%) (You must be signed in to vote)
email regexp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-07-14 05:25
1
...
531
532
533
534
535
536
537
...
855
FilePath
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
(?i)(?m)
(?:
[
\w
]
\:
|
\\
)
(
\\
[
a
-
z_
\-
\s
0
-
9
\.
]
+
)*
(?=
\\
)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
7 years ago
2017-06-06 09:34