cldr_utils v2.0.2 Cldr.String View Source
Functions that operate on a String.t
that are not provided
in the standard lib.
Link to this section Summary
Functions
This is the code of Macro.underscore with modifications
Link to this section Functions
This is the code of Macro.underscore with modifications:
The change is to cater for strings in the format:
This_That
which in Macro.underscore get formatted as
this__that (note the double underscore)
when we actually want
that_that