Trim(params char[])
Returns a new StringView in which all leading and trailing occurrences of a set of specified characters from the current StringView are removed.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
Trim(char[])
public StringView Trim(params char[] chrs)
Parameters
A set of characters to remove.
Returns
Type | Description |
|---|---|
| StringView | A new StringView. |