Skip to content

Instantly share code, notes, and snippets.

@adworse
Last active September 13, 2020 13:26
Show Gist options
  • Save adworse/d7247017c5309ac5fd6ae9717871ffa1 to your computer and use it in GitHub Desktop.
Save adworse/d7247017c5309ac5fd6ae9717871ffa1 to your computer and use it in GitHub Desktop.
iex> trimmed = "Sunny! 𐍈𐍈 Yesterday my life was filled with rain, \
Oh Sunny 𐍈𐍈You smiled at me really eased the pain" \
|> LessNaive.trim_string
"Sunny! 𐍈𐍈 Yesterday my life was filled with rain, Oh Sunny 𐍈𐍈You smiled at me re"
iex> trimmed |> String.length
80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment