Substring
Appearance
A substring of a string is a string such that .
T = BANANA ||| P = ANA
Given a pattern P, you can find its occurrences in a string T with a String searching algorithm.
A substring of a string is a string
such that
.
T = BANANA ||| P = ANA
Given a pattern P, you can find its occurrences in a string T with a String searching algorithm.
![]() | This computing article is a stub. You can help Wikipedia by expanding it. |