Built in Functions - String. A
function is a set of code, that takes a finite number of input and optionally returns a value.
Functions that operate on string expression are classified as string
functions, they include
functions for finding the length of a given text, remove certain words from a text etc.
read more >>