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 11,660 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
tilak partial clean php redirect
PCRE (PHP <7.3)
partial clean php redirect
Submitted by
anonymous
-
4 years ago
2020-04-15 12:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
tilak fix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-15 12:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
tilak phishing file
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-15 13:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find numbers prefixed by "fieldid=". Retain numbers only.
PCRE (PHP <7.3)
Ignore lines without the "fieldid=" pattern.
Submitted by
anonymous
-
4 years ago
2020-04-15 15:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
numbers in wp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-15 20:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
回溯
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-16 03:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Выделение кода в теге
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-17 05:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
entrar en sol
PCRE (PHP <7.3)
comando de respuesta de como conseguir el permiso para sol
Submitted by
anonymous
-
4 years ago
2020-04-17 08:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Capture everything not surrounded by {} or []
PCRE (PHP <7.3)
Courtesy of The Greatest Regex Trick Ever
Submitted by
anonymous
-
4 years ago
2020-04-17 11:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Translatable string matcher for Laravel
PCRE (PHP <7.3)
When searching translatable strings in Laravel, this Regex will match all quoted string labels and JSON message localizations.
Submitted by
anonymous
-
4 years ago
2020-04-18 09:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
tilak phishing mail
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-18 09:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
between tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-18 15:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
just tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-18 15:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
israeli phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-18 17:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TNRid
PCRE (PHP <7.3)
^-|\b\d.{0,20}.$
Submitted by
anonymous
-
4 years ago
2020-04-19 00:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Retirar caracteres como espaço tab line feed and carriage return de fora das tags para que a Reg Exp consiga avaliar múltiplas linhas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-19 15:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Workout Protocol Identifier
PCRE (PHP <7.3)
Just a regex to identify the various workout protocols. It's very flexible as it can ignore multiple spaces between strings. Group 1: Exercise Order Group 2: Exercise Name Group 3: Protocol
Submitted by
anonymous
-
4 years ago
2020-04-19 23:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Workout Protocol Splitter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-19 23:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Car Seat (Nuna) CLP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-20 11:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Filename from Ossec lgs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-20 13:23
1
...
517
518
519
520
521
522
523
...
583
URL validation with http/https
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
^
(
http
|
https
?
:
\/\/
(?:
www
\.
|
(?!
www
)
)
[^
\s
\.
]
+
\.
[^
\s
]
{2,3}
|
www
\.
[^
\s
]
+
\.
[^
\s
]
{2,3}
)
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
Gunjan
-
8 years ago
2015-07-13 09:58