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
tst
Created
·
2020-05-12 13:09
Flavor
·
Python
no description available
Submitted by
anonymous
0
VAT number
Created
·
2020-05-12 13:13
Flavor
·
Python
no description available
Submitted by
anonymous
0
psr.AddPackResult
Created
·
2020-05-12 19:35
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
SSN - France
Created
·
2020-05-13 08:44
Flavor
·
PCRE (Legacy)
^ Debut 12] Homme ou Femme [0-9]{2} Année de naissance (0[1-9]|[1) Mois de naissance ([0-9]{2}|2A|2B) Département de naissance ou 99 si né à l'étranger [0-9]{3} Commune de naissance [0-9]{3} Numéro d'ordre INSEE [0-9]{2} Clé $ Fin
Submitted by
anonymous
0
Notrufnummern Deutschland
Created
·
2020-05-13 10:14
Flavor
·
PCRE (Legacy)
alle gültigen Notrufnummern inkl. 116xyz und 118xy werden abgedeckt 11922 ist nicht abgedeckt
Submitted by
anonymous
0
Our order number
Created
·
2020-05-14 09:19
Flavor
·
Python
no description available
Submitted by
anonymous
0
Phishing Emails
Created
·
2020-05-13 20:45
Flavor
·
PCRE (Legacy)
This is a regex for ithelpdesk variants phishing emails
Submitted by
anonymous
0
Parsing Kudos slack command
Created
·
2020-05-13 21:31
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
isMeraki
Created
·
2020-05-13 23:09
Flavor
·
PCRE (Legacy)
Determine if log entry matches meraki format
Submitted by
anonymous
0
"Buster" keyword recognizer for 'elderly' flow
Created
·
2020-05-14 02:17
Flavor
·
Python
no description available
Submitted by
anonymous
0
UniStringToConstCString féle makrók
Created
·
2020-05-14 06:15
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Exclude free emails
Created
·
2020-05-14 13:26
Flavor
·
Python
no description available
Submitted by
anonymous
0
Match Domain & SubDomians
Created
·
2020-05-14 15:54
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Matches last digits in a string
Created
·
2020-05-14 17:54
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Match string and number of digits exactly
Created
·
2020-05-14 17:56
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Matching an unknown set of numbers (1 - 1000) separated by space
Created
·
2020-05-14 20:18
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Fake Sharepoint shares in body message
Created
·
2020-05-14 21:21
Flavor
·
PCRE (Legacy)
This is a regex for fake Sharepoint message in body of emails
Submitted by
anonymous
0
is_run_sheet
Created
·
2020-05-15 10:18
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
chg-inc-check
Created
·
2020-05-15 11:28
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Sample Code
Created
·
2020-05-15 13:59
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
Previous page
1
…
693
694
695
696
697
…
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