Returns a splitter that behaves equivalently to this splitter, but automatically
removes leading and trailing whitespace from each returned
substring; equivalent to trimResults(CharMatcher.whitespace()).
Returns a splitter that behaves equivalently to this splitter, but removes all leading
or trailing characters matching the given CharMatcher from each returned substring.