From 7d8b9a70cd969f461640559b451d0fa2c83de8d8 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Thu, 6 Oct 2022 17:51:10 -0400 Subject: Update index.rst --- docs/built-in/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/built-in/index.rst b/docs/built-in/index.rst index c14923b..f79571d 100644 --- a/docs/built-in/index.rst +++ b/docs/built-in/index.rst @@ -10,7 +10,7 @@ The ``email`` function verifies that a string is a valid email address. The func .. warning:: - The ``email`` function is not a complete email address validator. It only checks that the string is in the correct format. It does not check that the domain name is valid or that the email address actually exists. + The ``email`` function is not a complete email address validator. It only checks that the string is in the correct format. It does not check that the domain name is valid or that the email address actually exists. This shall also be noted that there are certain trade-offs while validating email addresses using regular expressions. Regular expressions do not serve as a robust solution and should be avoided while validating complex email addresses. To learn more, go to `regular-expressions.info/email.html `_. To use the ``email`` function, import it from the ``edify.library`` module. -- cgit v1.2.3