|
DiffMatchPatchMatchBitap Method
|
Locate the best instance of 'pattern' in 'text' near 'loc' using the
Bitap algorithm. Returns -1 if no match found.
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntaxfunction MatchBitap(text, pattern, loc);
View SourceParameters
- text String
- The text to search
- pattern String
- The pattern to search for
- loc Int32
- The location to search around
Return Value
Int32Best match index or -1
See Also