phone_number v0.2.3 PhoneNumber View Source
Library for validating international phone numbers. Based on Google's libphonenumber.
Link to this section Summary
Functions
parse phone number
Link to this section Functions
Link to this function
parse(phone) View Source
parse phone number
Examples
iex> phone = PhoneNumber.parse("381601234567")
...>
iex> phone.valid
true
Link to this function
parse(phone, country) View Source
Link to this function
possible_countries(phone) View Source
Link to this function