Removes the given chars from both ends of the string.
chars
String trimChars(String chars) => trim(this, chars);