|
DiffMatchPatchMatchAlphabet Method
|
Initialize the alphabet for the Bitap algorithm.
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.251-beta+c370f3da3791592278238855631f53a5ff418c68
Syntaxprotected Dictionary<char, int> MatchAlphabet(
string pattern
)
Protected Function MatchAlphabet (
pattern As String
) As Dictionary(Of Char, Integer)
protected:
Dictionary<wchar_t, int>^ MatchAlphabet(
String^ pattern
)
member MatchAlphabet :
pattern : string -> Dictionary<char, int>
function MatchAlphabet(pattern);
View SourceParameters
- pattern String
- The text to encode
Return Value
DictionaryChar,
Int32Hash of character locations
See Also