Namespace: Assorted.Utils.Text
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object→
KMPSearch
Implements Knuth–Morris–Pratt string-search algorithm.
public class KMPSearch
Constructor | Description |
---|---|
KMPSearch(string) | Initializes a new instance of KMPSearch class. |
Property | Description |
---|---|
Target | Gets the string to search for. |
Method | Description |
---|---|
SearchIn(string) | Reports the zero-based indexes of all occurrences of the Target string in a given text. |
SearchIn(TextReader, int) | Reports the zero-based indexes of all occurrences of the Target string in the text contained by a specific System.IO.TextReader object. |
Any public member of this type, either static or instance, is thread-safe.
This document is generated by DG.