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.

all-vec

added in 8.12.16-1

Vector of formats (keywords).

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-arg-vec

added in 8.12.16-1

Vector of formats (PhoneNumberFormat values).

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

DEPRECATED: use global

calling-coded?

added in 8.12.4-0

deprecated in 8.12.4-1

(calling-coded? format)

DEPRECATED: use global?

default

added in 8.12.4-0

default-val

added in 8.12.4-0

global

added in 8.12.4-0

Set of formats (keywords) that should identify values containing country code information.

global-vec

added in 8.12.4-1

Vector of formats (keywords).

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

DEPRECATED: use regional

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.

raw

added in 8.12.16-1

raw-val

added in 8.12.16-1

regional

added in 8.12.4-0

Set of formats (keywords) that should identify values containing country code information.

regional-vec

added in 8.12.4-1

Vector of formats (keywords).

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.