| KMP Methods |
The KMP type exposes the following members.
| Name | Description | |
|---|---|---|
| MainTest |
Takes a pattern string and an input string as command-line arguments;
searches for the pattern string in the text string; and prints
the first occurrence of the pattern string in the text string. | |
| Search(Char) |
Returns the index of the first occurrrence of the pattern string
in the text string. | |
| Search(String) |
Returns the index of the first occurrrence of the pattern string
in the text string. |