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.