DarkMatter.Strings.normalize

You're seeing just the function normalize, go back to DarkMatter.Strings module for more information.

Specs

normalize(String.t()) :: String.t()

Normalize a binary.

Examples

iex> normalize("a dog ran down the street")
"a dog ran down the street"