C# 클래스 LibiadaCore.Misc.Iterators.DiffCutter

Class that cut the string into substrings using provided cut rule.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
Cut ( string chain, CutRule rule ) : List

Divides the string into substrings.

메소드 상세

Cut() 공개 정적인 메소드

Divides the string into substrings.
public static Cut ( string chain, CutRule rule ) : List
chain string /// The chain. ///
rule CutRule /// The cut rule. ///
리턴 List