Liking cljdoc? Tell your friends :D

election-reminders-specs.common

Election Reminders common specifications that are not specific to any particular data model.

Election Reminders common specifications that are not specific to any
particular data model.
raw docstring

iso-8601-date?clj

(iso-8601-date? s)

Test if s is a valid representation of an ISO 8601 date.

Test if `s` is a valid representation of an ISO 8601 date.
raw docstring

iso-8601-period?clj

(iso-8601-period? s)

Is s a string representation of an ISO-8601 period?

Example: "P2Y"

Is `s` a string representation of an ISO-8601 period?

Example: "P2Y"
raw docstring

phone-number?clj

(phone-number? s)

Is s a string representation of a valid US phone number?

Is `s` a string representation of a valid US phone number?
raw docstring

time-zone-id?clj

(time-zone-id? s)

Is s a valid time zone identifier?

Is `s` a valid time zone identifier?
raw docstring

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

× close