Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
0
Fox EMEA PDP's
Created
·
2020-05-06 13:16
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Subnet Validator
Created
·
2020-05-06 16:02
Flavor
·
ECMAScript (JavaScript)
Validates the subnet. Not the subnet mask. It is only for 2 or 3 octets
Submitted by
anonymous
0
SubnetMask Validator
Created
·
2020-05-06 16:03
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
IPV4 Validator
Created
·
2020-05-06 16:05
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
IPV6 Validator
Created
·
2020-05-06 16:07
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
CEP mask
Created
·
2020-05-06 16:24
Flavor
·
PCRE (Legacy)
Brazilian CEP mask
Submitted by
anonymous
0
Negative lookahead to excluded non-Windows Office and a couple others
Created
·
2020-05-06 18:15
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Emoji
Created
·
2020-05-06 23:15
Flavor
·
ECMAScript (JavaScript)
Parse emojies C Sharp example https://rextester.com/VFNJZ68617
Submitted by
anonymous
0
Regular expression to validate sentences with characters used in spanish.
Created
·
2020-05-07 00:29
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Clear
Created
·
2020-05-07 01:56
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Command - description (botfather)
Created
·
2020-05-07 08:00
Flavor
·
Python
no description available
Submitted by
anonymous
0
Consecutive images
Created
·
2020-05-07 08:34
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
AUX/LUX
Created
·
2020-05-07 19:51
Flavor
·
Python
no description available
Submitted by
anonymous
0
CAN1
Created
·
2020-05-08 06:54
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
CAN2
Created
·
2020-05-08 06:56
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
numbers
Created
·
2020-05-08 06:58
Flavor
·
Python
no description available
Submitted by
anonymous
0
CAN1-v2
Created
·
2020-05-08 07:03
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
CAN2-v4
Created
·
2020-05-08 07:05
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
CAN2-OK-1
Created
·
2020-05-08 07:06
Flavor
·
Python
no description available
Submitted by
anonymous
0
CAN1-v2-OK-1
Created
·
2020-05-08 07:07
Flavor
·
Python
no description available
Submitted by
anonymous
Previous page
1
…
691
692
693
694
695
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2021-06-10 23:11
Flavor
·
Python
r"
^
http
[
s
]
?
:
\/\/
\w
+
(
\.
\w
+
)*(
:
[
0
-
9
]
+
)?
\/
?
(
\/
[
.
\S
]
*
)*
$
"
gm
Open regex in editor
Description
Estructura mínima para una URL
Submitted by
anonymous