Version: 2022.1

SearchUtils.SplitFileEntryComponents

切换到手册
public static IEnumerable<string> SplitFileEntryComponents (string path, ref char[] entrySeparators);

参数

path Path to tokenize.
entrySeparators Entry separators used to tokenize the path.

返回

IEnumerable<string> Returns list of tokens and variations in lowercase.

描述

Split a file entry according to a list of separators and find all the variations on the entry name.