DarkMatter.Strings.capitalize_words
You're seeing just the function
capitalize_words
, go back to DarkMatter.Strings module for more information.
Specs
Capitalizes all words in the given binary
that are separated by the given separator
Examples
iex> capitalize_words("a dog ran down the street")
"A Dog Ran Down The Street"