elm-community / string-extra

String helper functions for Elm.
http://package.elm-lang.org/packages/elm-community/string-extra/latest
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

improve documentation examples for `nonBlank` #41

Closed turboMaCk closed 4 years ago

turboMaCk commented 4 years ago

I almost thought nonBlank must be just an alias for nonEmpty. However there is difference in how it handles white symbols (since nonBlank is using isBlank check). I think it's worth illustrating using example.

lorenzo commented 4 years ago

thanks