View Source UrlNormalize (url_normalize v1.0.0)
Parse user input that should be a URL on the web.
Link to this section Summary
Functions
Tries to create fully qualified URLs from a string.
Link to this section Functions
Tries to create fully qualified URLs from a string.
examples
Examples
iex> UrlNormalize.normalize("google.com") |> URI.to_string "https://google.com/"