Introduction
Substring and overlay functions help you extract or replace parts of text easily, like cutting or pasting pieces of a string.
You want to get a part of a word or sentence, like the first 3 letters of a name.
You need to replace a part of a text with something else, like fixing a typo inside a sentence.
You want to check or compare a small piece inside a bigger text.
You want to remove or change a section of a string without rewriting the whole thing.