IMPAX 6.5.1 Server Knowledge Base home > Configuring IMPAX Server with Administration Tools > Source Manager > Customizing field mappings to extract information from images > List of field mapping grammar functions
This function returns a text string corresponding to the last length characters of the input text string.
Parameters
input—Specifies the input text string. If the input text string is shorter than the integer value specified in the length parameter, the output is left-padded (that is, the string text is right-justified) with padding characters.
length—Specifies the number of characters in the string to retain, counting from right to left.
pad—If the pad character is supplied, it is a string defining the padding character; if the parameter is not supplied, the default padding character is the space ' '.
See also
Parsing out multiple values stored in one element without separators
Topic number: 32195 Applies to: IMPAX 6.5.1 Server Knowledge Base |