Removes the given chars from the start of the string.
chars
String ltrimChars(String chars) => ltrim(this, chars);