Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
RAR and ZIP files
recognizes RAR archives (including splitted archives) and ZIP archives
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
mystem
no description available
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
thy_reservation_flights
no description available
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
thy_reservations_names
no description available
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
sun_reservation_flights
no description available
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
sun-reservation-2-flights
no description available
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
<a href=" replacer
to put # instead of url
Submitted by
mrBakop
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
DateWithDay
no description available
Submitted by
BobD
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
IPv4 strict
Valid: 000.01.249.255 1.199.200.0 0.0.0.0 Invalid:...
Submitted by
MaxusR
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Password Regex
Atleast one charector Atleast one number Min 6 and Max 20 Special charectors optional
Submitted by
Bijjala
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
csv split, accounting for 'sub-csv' groups inside brackets
This came up as a need for splitting a url param into an array ofr stings, where such a string may be a sublist contained within a bracket pair
Submitted by
Martin Renvoize
-
7 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
desanonimyse
no description available
Submitted by
JB Escudié
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
MONTHDAY
no description available
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
hex number check
check if a string is a hex number
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Numéro de sécurité sociale (France)
no description available
Submitted by
Anas
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
get all between 2 lines
no description available
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
extract node values from xml string
extract node values from xml string
Submitted by
anonymous
-
7 years ago
2
4 upvotes, 2 downvotes (67% like it) (You must be signed in to vote)
pcre
Remove script tags from code
Regular expression to remove only the tags from the code. The regular expression only removes the tags, not the JS code inside the tag.
Submitted by
IvenMS
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Positive Ints
no description available
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
mikrotik
no description available
Submitted by
anonymous
-
7 years ago
1
...
466
467
468
469
470
471
472
...
483
url
Vote
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre
/
(
(
http
|
https
)
(
\:\/\/
)
(
(
(
[
a
-
zA
-
Z_
\-
0
-
9
]
{1,2000}
)
(
\.
)
(
[
a
-
zA
-
Z_
\-
0
-
9
]
{1,2000}
)
(
\.
)
(
[
a
-
zA
-
Z_
\-
0
-
9
]
{1,16}
)
)
|
(
(
[
a
-
zA
-
Z_
\-
0
-
9
]
{1,2000}
)
(
\.
)
(
[
a
-
zA
-
Z_
\-
0
-
9
]
{1,16}
)
)
)
(
(
(
[
\/
a
-
zA
-
Z
\
_
\-
%0
-
9
\.\?\=
]
{1,3000}
)
|
(
\/
)
|
(
)
)
)
)
/
Open regex in editor
Description
Loading markdown...
Submitted by
timmyRS
- 7 years ago