The document discusses various string operations including substring, indexing, concatenation, and length. Substring extracts part of a string. Indexing finds the position of a substring within a string. Concatenation combines two strings. Length returns the number of characters in a string. Word processing operations on strings include insertion, deletion, and replacement of substrings.