String safe casting helpers.
String safe casting helpers.
(money-to-number money-str)
(money-to-number money-str delimiter)
Casts a money numeric string to number. If no separator is provided, the "," will be used as separator.
E.g.: 19,99 to 19.99.
Casts a money numeric string to number. If no separator is provided, the "," will be used as separator. E.g.: 19,99 to 19.99.
(string-to-number str)
Transforms a given string to number
Transforms a given string to number
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close