Notation

Let P be a string in tex2html_wrap_inline204 .

P[i..j]: Array range notation character i to j inclusive indexed from 1 to length of string.

|P| denotes the length of string P.

tex2html_wrap_inline222 : the string Q is a prefix of R. R = QS for some S.

Q = abc
R = abcbbca 
S = bbca

tex2html_wrap_inline232 : the string Q is a suffix of R. R = SQ for some S.

Q = bca
R = abcbbca 
S = abcb


next up previous
Next: The String Matching Problem Up: STRING MATCHING Previous: Alphabets