Liking cljdoc? Tell your friends :D

b2w-commons-string.cast

String safe casting helpers.

String safe casting helpers.
raw docstring

money-to-numberclj

(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.
raw docstring

string-to-numberclj

(string-to-number str)

Transforms a given string to number

Transforms a given string to number
raw docstring

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

× close