Liking cljdoc? Tell your friends :D
Clojure only.

compojure.coercions

Functions for coercing route parameters into different types.

Functions for coercing route parameters into different types.
raw docstring

as-intclj

(as-int s)

Parse a string into an integer, or nil if the string cannot be parsed.

Parse a string into an integer, or `nil` if the string cannot be parsed.
sourceraw docstring

as-uuidclj

(as-uuid s)

Parse a string into a UUID, or nil if the string cannot be parsed.

Parse a string into a UUID, or `nil` if the string cannot be parsed.
sourceraw docstring

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

× close