Version: 2022.3
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.