Liking cljdoc? Tell your friends :D

phone-number.format

Phone number formats for phone-number.

Phone number formats for phone-number.
raw docstring

allclj

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.
sourceraw docstring

all-argclj

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.
sourceraw docstring

all-arg-vecclj

Vector of formats (keywords) suitable to be used as arguments.

Vector of formats (keywords) suitable to be used as arguments.
sourceraw docstring

all-vecclj

Vector of formats (keywords).

Vector of formats (keywords).
sourceraw docstring

by-valclj

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.
sourceraw docstring

by-val-argclj

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.
sourceraw docstring

by-val-arg-vecclj

Vector of formats (PhoneNumberFormat values).

Vector of formats (PhoneNumberFormat values).
sourceraw docstring

by-val-vecclj

Vector of formats (PhoneNumberFormat values + additional value indicating raw format as keyword).

Vector of formats (PhoneNumberFormat values + additional value indicating raw format
as keyword).
sourceraw docstring

calling-codedcljdeprecated

DEPRECATED: use global

DEPRECATED: use `global`
sourceraw docstring

calling-coded?cljdeprecated

(calling-coded? format)

DEPRECATED: use global?

DEPRECATED: use `global?`
sourceraw docstring

defaultclj

source

default-valclj

source

globalclj

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

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

global-vecclj

Vector of formats (keywords).

Vector of formats (keywords).
sourceraw docstring

global?clj

(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.
sourceraw docstring

not-calling-codedcljdeprecated

DEPRECATED: use regional

DEPRECATED: use `regional`
sourceraw docstring

not-calling-coded?cljdeprecated

(not-calling-coded? format)

DEPRECATED: use regional?

DEPRECATED: use `regional?`
sourceraw docstring

parseclj

(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.
sourceraw docstring

rawclj

source

raw-valclj

source

regionalclj

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

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

regional-vecclj

Vector of formats (keywords).

Vector of formats (keywords).
sourceraw docstring

regional?clj

(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.
sourceraw docstring

valid-arg?clj

(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.
sourceraw docstring

valid?clj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close