# Functions
GenerateRandomString generates a cryptographically random, alphanumeric string of length n.
SanitizeURI takes a URL or URI, removes the domain from it, returns only the URI.
ValidateEmail validates whether the given string is a correctly formed e-mail address.