PPT Slide
Using the substr( ) function
This function is commonly used to extract data
from a longer text string. The substr( ) function
takes as its first variable the full text string to be
searched. The second variable contains an integer
that designates the character number at which
the substring should begin. The third parameter is
optional and specifies how many characters
to the right of the start of the substring
will be included in the substring.