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,680 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Limitar longitud de una palabra (solo numero)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-15 01:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Validar del 0 al infinito
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-15 01:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Fecha en formato dd/mm/yyyy ---- dd-mm-yyyy ---- dd.mm.yyyy ---- dd/mm/yy ---- dd-mm-yy ---- dd.mm.yy
PCRE (PHP <7.3)
dd/mm/yyyy ---- dd-mm-yyyy ---- dd.mm.yyyy ---- dd/mm/yy ---- dd-mm-yy ---- dd.mm.yy
Submitted by
anonymous
-
4 years ago
2020-04-15 01:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
date string - error
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-15 03:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date string - dd/mm/yyyy (...) dd/mm/yyyy
PCRE (PHP <7.3)
Lấy cả chuỗi dài
Submitted by
toanps
-
4 years ago
2020-04-15 04:41
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
1
...
515
516
517
518
519
520
521
...
584
HTTP url parser
2
5 upvotes, 3 downvotes (score 30.6%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
(
(
http
[
s
]
?
\:
)
\/\/
)?
(
[^
\?\:\/
#
]
+
)
(
\:
(
[
0
-
9
]
+
)
)?
(
\/
[^
\?\#
]
*
)?
(
\?
(
[^
#
]
*
)
)?
(
#
.
*
)?
/
i
Open regex in editor
Description
Loading markdown...
Submitted by
AmitK
-
9 years ago
2014-06-23 09:21