1 2 3 4
namespace String def splitTrim (c : Char → Bool) (s : String) : List String := String.trim <$> s.split c