# cldr_utils v2.29.5 - Table of Contents Map, Calendar, Digits, Decimal, HTTP, Macro, Math, and String helpers for ex_cldr. ## Pages - [Changelog](changelog.md) - [License](license.md) - [Cldr Utils](readme.md) ## Modules - [Cldr.Decimal](Cldr.Decimal.md): Adds a compatibility layer for functions which changed either semantics or returns types between Decimal version 1.x and 2.x. - [Cldr.Digits](Cldr.Digits.md): Abstract representation of number (integer, float, Decimal) in tuple form and functions for transformations on number parts. - [Cldr.Enum](Cldr.Enum.md) - [Cldr.Helpers](Cldr.Helpers.md): General purpose helper functions for CLDR - [Cldr.Http](Cldr.Http.md): Supports securely downloading https content. - [Cldr.Json](Cldr.Json.md): A wrapper for the OTP 27 :json module. - [Cldr.Map](Cldr.Map.md): Functions for transforming maps, keys and values. - [Cldr.Math](Cldr.Math.md): Math helper functions for number formatting. - [Cldr.String](Cldr.String.md): Functions that operate on a `String.t` that are not provided in the standard lib. - [Cldr.Utils](Cldr.Utils.md): CLDR Utility functions.