Liking cljdoc? Tell your friends :D

dinero.parse


assert-valid-groupingclj

(assert-valid-grouping string locale)

Asserts that the grouping is valid.

Asserts that the grouping is valid.
sourceraw docstring

attempt-parse-string-with-all-currenciesclj

(attempt-parse-string-with-all-currencies string locale)

Tries to parse a monetary string using all available currencies in the resources/currencies.edn file.

Tries to parse a monetary string using all available currencies in the `resources/currencies.edn` file.
sourceraw docstring

attempt-parse-string-with-multiple-currenciesclj

(attempt-parse-string-with-multiple-currencies string locale currencies)

Tries to parse a monetary string using a list of currencies.

Tries to parse a monetary string using a list of currencies.
sourceraw docstring

parse-stringclj

(parse-string string
              &
              {:keys [locale currencies try-all-currencies?] :as _options})

Parses a monetary string with optional locale and currency settings.

Parses a monetary string with optional locale and currency settings.
sourceraw docstring

parse-string-with-symbol-or-codeclj

(parse-string-with-symbol-or-code string locale currency)

Parses a monetary string using currency symbol or code.

Parses a monetary string using currency symbol or code.
sourceraw docstring

valid-grouping?clj

(valid-grouping? string locale)

Checks if the grouping is valid.

Checks if the grouping is valid.
sourceraw docstring

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

× close