SplitEntryComponents(string, char[])
Split an entry according to a specified list of separators.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public static IEnumerable<string> SplitEntryComponents(string entry, char[] entrySeparators)
Parameters
Returns
Type | Description |
|---|---|
| IEnumerable<string> | Returns list of tokens in lowercase. |
Remarks
See SplitFileEntryComponents for more info.