DarkMatter.Strings.strip_whitespace

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

strip_whitespace(binary, replacement \\ "")

View Source

Specs

strip_whitespace(String.t(), String.t()) :: String.t()

Removes whitespace chars.

Examples

iex> strip_whitespace("a dog ran down the street")
"adograndownthestreet"