URL v0.2.0 URL.Tel View Source
Link to this section Summary
Functions
Parse a URI with the :scheme
of “tel”
Link to this section Types
Link to this section Functions
Parse a URI with the :scheme
of “tel”
Example
iex> tel = URI.parse "tel:+61-0407-555-987"
iex> URL.Tel.parse(tel)
%URL.Tel{params: %{}, tel: "+61 407 555 987"}