DarkMatter.Strings.strip_whitespace
You're seeing just the function
strip_whitespace
, go back to DarkMatter.Strings module for more information.
Specs
Removes whitespace chars.
Examples
iex> strip_whitespace("a dog ran down the street")
"adograndownthestreet"