Version: 2023.1
언어: 한국어
public stringView Trim (params char[] chrs);

파라미터

chrs A set of characters to remove.

반환

stringView A new StringView.

설명

Returns a new StringView in which all leading and trailing occurrences of a set of specified characters from the current StringView are removed.