B.3 SUBSTR (Extract a String of the Specified Length from Another String)
Features
SUBSTR returns the number of characters specified in the third argument (starting from the position specified in the second argument) from the string specified in the first argument.