User Tools

Site Tools


syntax:functions:endswith

This is an old revision of the document!


EndsWith(textA, textB)

A search function that is used to check if the first string of text ('TextA') or a field ([FieldName]) ends with the specific text ('TextB'). Can be used in Transformation Filter by condition.

True if 'textA' ends with 'textB'. Case sensitive.

Example Result
endswith( 'Motorola Inc.', 'Inc' ) False
endswith( 'Ruthless', 'less' ) True

See also

syntax/functions/endswith.1427679844.txt.gz · Last modified: 2015/03/29 21:44 by elenap

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki