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

last


This function returns a text string corresponding to the last length characters of the input text string.

Syntax

last (input, length, [pad])

Parameters

Remarks

The input text string can be another field mapping grammar function.

Example

Expression Text extracted
last( 'abcdefgTEST^PATIENT', 12) TEST^PATIENT
last( '1234', 6)   1234

See also


Topic number: 32195

Applies to: IMPAX 6.5.1 Server Knowledge Base