Cldr.String.to_underscore

You're seeing just the function to_underscore, go back to Cldr.String module for more information.

Replaces "-" with "_" in a string.

Examples

iex> Cldr.String.to_underscore("this-one")
"this_one"