INSERT(new,target[,[n][,[length][,pad]]]) The new string is inserted into the target string after the nth character or if n is omitted or is zero, the new string is inserted before the beginning of the target string. If length is specified, then the new string is padded or truncated to that length before inserting. The default pad character is a blank.