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.
(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.
(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"
(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?
(time-zone-id? s)
Is s
a valid time zone identifier?
Is `s` a valid time zone identifier?
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close