Version: 2022.3
언어: 한국어

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.