From 4c9a2e3e15aed2f0df764d1476c15ac247fc5284 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 29 Mar 2026 14:17:11 +0000 Subject: [PATCH] .bashrc EMAIL_REG --- usr/home/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/home/.bashrc b/usr/home/.bashrc index bf20c6d..117122a 100755 --- a/usr/home/.bashrc +++ b/usr/home/.bashrc @@ -27,6 +27,7 @@ export OCTET="(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)" export IPV4_REG="($OCTET\.){3}$OCTET" export IPV6_REG="(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))" export IP_REG="($IPV4_REG)|($IPV6_REG)" +export EMAIL_REG="^(?!\.)[A-Za-z0-9._%+-]+(?