Region handling for phone-number.
Region handling for phone-number.
Mapping of supported regions (keywords) to region values (strings).
Mapping of supported regions (keywords) to region values (strings).
Mapping of supported regions (keywords) to region values (strings) suitable to be used as arguments.
Mapping of supported regions (keywords) to region values (strings) suitable to be used as arguments.
Mapping of supported region values (strings) to regions (keywords).
Mapping of supported region values (strings) to regions (keywords).
Mapping of supported region values (strings) to regions (keywords).
Mapping of supported region values (strings) to regions (keywords).
Vector of regions (string values).
Vector of regions (string values).
Vector of regions (string values).
Vector of regions (string values).
(generate-arg-sample)
(generate-arg-sample rng)
Generates random region code.
Generates random region code.
(generate-arg-sample-val)
(generate-arg-sample-val rng)
Generates random region code (string value).
Generates random region code (string value).
(generate-sample)
(generate-sample rng)
Generates random region code.
Generates random region code.
(generate-sample-val)
(generate-sample-val rng)
Generates random region code (string value).
Generates random region code (string value).
(normalize k)
(normalize k use-infer)
Parses a region code and returns its normalized version.
Parses a region code and returns its normalized version.
(normalize-arg k)
(normalize-arg k use-infer)
Parses a region code and returns its normalized version that can be used as an argument.
Parses a region code and returns its normalized version that can be used as an argument.
(parse k)
(parse k use-infer)
Parses a region code and returns a value that can be supplied to Libphonenumber methods.
Parses a region code and returns a value that can be supplied to Libphonenumber methods.
(valid-arg? region-specification)
(valid-arg? region-specification use-infer)
Returns true
if the given region-specification is a valid region code, false
otherwise. In its binary form it uses namespace inference.
Returns `true` if the given region-specification is a valid region code, `false` otherwise. In its binary form it uses namespace inference.
(valid? region-specification)
(valid? region-specification use-infer)
Returns true
if the given region-specification is a valid region code, false
otherwise. In its binary form it uses namespace inference.
Returns `true` if the given region-specification is a valid region code, `false` otherwise. In its binary form it uses namespace inference.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close