Block a user
Splat patterns should show word/name bindings in
doc!
and match errors
Better error message: "mismatched arity" -> "wrong number of arguments"
chars
should give a list of chars in a string
Real UTF-8 functions
We have some things bundled under this (#91), but this is a general review of string manipulation function. Currently we have: upcase
, downcase
, strip
, words
, sentence
, trim
, split
,…