Phone number formats for phone-number.
Phone number formats for phone-number.
Map of possible format identifiers (keywords) to PhoneNumberFormat values plus an additional value indicating raw input.
Map of possible format identifiers (keywords) to PhoneNumberFormat values plus an additional value indicating raw input.
Map of possible format identifiers (keywords) to PhoneNumberFormat values (plus an additional value indicating raw input) suitable to be used as arguments.
Map of possible format identifiers (keywords) to PhoneNumberFormat values (plus an additional value indicating raw input) suitable to be used as arguments.
Vector of formats (keywords) suitable to be used as arguments.
Vector of formats (keywords) suitable to be used as arguments.
Map of possible PhoneNumberFormat values (plus an additional value indicating raw input) to format identifiers (keywords) suitable to be used as arguments.
Map of possible PhoneNumberFormat values (plus an additional value indicating raw input) to format identifiers (keywords) suitable to be used as arguments.
Map of possible PhoneNumberFormat values to format identifiers (keywords) suitable to be used as arguments for methods of Libphonenumber.
Map of possible PhoneNumberFormat values to format identifiers (keywords) suitable to be used as arguments for methods of Libphonenumber.
Vector of formats (PhoneNumberFormat values).
Vector of formats (PhoneNumberFormat values).
Vector of formats (PhoneNumberFormat values + additional value indicating raw format as keyword).
Vector of formats (PhoneNumberFormat values + additional value indicating raw format as keyword).
(calling-coded? format)
DEPRECATED: use global?
DEPRECATED: use `global?`
Set of formats (keywords) that should identify values containing country code information.
Set of formats (keywords) that should identify values containing country code information.
(global? format)
(global? format use-infer)
Returns true if the given format contains country code information, false otherwise.
Returns true if the given format contains country code information, false otherwise.
DEPRECATED: use regional
DEPRECATED: use `regional`
(not-calling-coded? format)
DEPRECATED: use regional?
DEPRECATED: use `regional?`
(parse k)
(parse k use-infer)
Parses a format specification and returns a value that can be supplied to Libphonenumber methods.
Parses a format specification and returns a value that can be supplied to Libphonenumber methods.
Set of formats (keywords) that should identify values containing country code information.
Set of formats (keywords) that should identify values containing country code information.
(regional? format)
(regional? format use-infer)
Returns true if the given format does not contain country code information, false otherwise.
Returns true if the given format does not contain country code information, false otherwise.
(valid-arg? format)
(valid-arg? format use-infer)
Returns true if the given format is valid, false otherwise.
Returns true if the given format is valid, false otherwise.
(valid? format)
(valid? format use-infer)
Returns true if the given format is valid, false otherwise.
Returns true if the given format is valid, false otherwise.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close