This document lists and describes string functions in MySQL. It includes over 30 functions such as CONCAT, LEFT, LENGTH, LOWER, REPLACE, and SUBSTRING that can manipulate and extract information from strings. Functions return values like the ASCII value of a character, length of a string, substring within a string starting at any position, and lower or upper-cased versions of strings.