commit: 4b1d9341baba594303b3688ee9e59e6d75467547
parent c27b6e95b9d9b8c95808df29e1de99e454796a00
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 18 Apr 2021 11:08:53 +0200
notes/computing-truths: Clarify email validation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/notes/computing-truths.txt b/notes/computing-truths.txt
@@ -31,7 +31,7 @@ I would love to be proved wrong or shown doubts on any of this, thanks a lot if
## Parsing
- You cannot parse non-regular languages/formats with one regex
-- You cannot entirely validate emails
+- You cannot entirely validate an email address prior to it's actual usage
- You cannot write a parser for all version numbers
- Some regex languages aren't (regular)
- You can parse non-regular languages/formats with multiple regexes (see lex/yacc, awk, perl, …)