Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

StringView.Trim

Declaration

public stringView Trim(params char[] chrs);

Parameters

chrs A set of characters to remove.

Returns

stringView A new StringView.

Description

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