Version: 2022.1

SearchUtils.SplitEntryComponents

切换到手册
public static IEnumerable<string> SplitEntryComponents (string entry, char[] entrySeparators);

参数

entry Entry to split.
entrySeparators List of separators that indicate split points.

返回

IEnumerable<string> Returns list of tokens in lowercase.

描述

Split an entry according to a specified list of separators.