(assert-valid-grouping string locale)
Asserts that the grouping is valid.
Asserts that the grouping is valid.
(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.
(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.
(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.
(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.
(valid-grouping? string locale)
Checks if the grouping is valid.
Checks if the grouping is valid.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close