`"a-s-d-".trim { it == '-' }` -> `"a-s-d"`
# getting-started
m
"a-s-d-".trim { it == '-' }
->
"a-s-d"