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

stripl


This function returns a text string corresponding to the input text string with the leading garbage characters stripped out.

Syntax

stripl(input, garbage)

Parameters

Remarks

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

Garbage characters are stripped starting from the beginning of the input string and continuing until a character not defined in the garbage string is found in the input string.

Examples

Expression Text extracted
stripl( '000293', '0' ) 293
stripl( 'YYZ000X456', 'XYZ0' ) 456
stripl( '123 00 4', ' 0' ) 1234

See also


Topic number: 32173

Applies to: IMPAX 6.5.1 Server Knowledge Base