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

squeeze


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

Syntax

squeeze(input, garbage)

Parameters

Remarks

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

Examples

Expression Text extracted
squeeze( 'X1X2X3X4X', 'X' ) 1234
squeeze( 'abc123d4abc', 'abcde' ) 1234

See also


Topic number: 32175

Applies to: IMPAX 6.5.1 Server Knowledge Base