Method | Description | |
---|---|---|
checkSubstrings ( string text1, string text2 ) : int | ||
longestMatch ( string sequence1, string sequence2 ) : int |
public checkSubstrings ( string text1, string text2 ) : int | ||
text1 | string | |
text2 | string | |
return | int |
public longestMatch ( string sequence1, string sequence2 ) : int | ||
sequence1 | string | |
sequence2 | string | |
return | int |