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