phone-number.format
added in 8.12.4-0
Phone number formats for phone-number.
all
added in 8.12.4-0
Map of possible format identifiers (keywords) to PhoneNumberFormat values plus an additional value indicating raw input.
all-arg
added in 8.12.16-1
Map of possible format identifiers (keywords) to PhoneNumberFormat values (plus an additional value indicating raw input) suitable to be used as arguments.
all-arg-vec
added in 8.12.16-1
Vector of formats (keywords) suitable to be used as arguments.
by-val
added in 8.12.4-0
Map of possible PhoneNumberFormat values (plus an additional value indicating raw input) to format identifiers (keywords) suitable to be used as arguments.
by-val-arg
added in 8.12.16-1
Map of possible PhoneNumberFormat values to format identifiers (keywords) suitable to be used as arguments for methods of Libphonenumber.
by-val-vec
added in 8.12.4-0
Vector of formats (PhoneNumberFormat values + additional value indicating raw format as keyword).
calling-coded?
added in 8.12.4-0
deprecated in 8.12.4-1
(calling-coded? format)
DEPRECATED: use global?
global
added in 8.12.4-0
Set of formats (keywords) that should identify values containing country code information.
global?
added in 8.12.4-0
(global? format)
(global? format use-infer)
Returns true if the given format contains country code information, false otherwise.
not-calling-coded?
added in 8.12.4-0
deprecated in 8.12.4-1
(not-calling-coded? format)
DEPRECATED: use regional?
parse
added in 8.12.4-0
(parse k)
(parse k use-infer)
Parses a format specification and returns a value that can be supplied to Libphonenumber methods.
regional
added in 8.12.4-0
Set of formats (keywords) that should identify values containing country code information.
regional?
added in 8.12.4-0
(regional? format)
(regional? format use-infer)
Returns true if the given format does not contain country code information, false otherwise.
valid-arg?
added in 8.12.4-0
(valid-arg? format)
(valid-arg? format use-infer)
Returns true if the given format is valid, false otherwise.
valid?
added in 8.12.4-0
(valid? format)
(valid? format use-infer)
Returns true if the given format is valid, false otherwise.