Version: 2022.1
言語: 日本語
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.