SYNOPSIS # Extract a substring out of the value of a field # - Extact from 'initials' the characters at offset 0 (first character) with a length 3 substring(initials, 0, 3)