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 (textB). Case sensitive.
Example | Result |
---|---|
endswith( 'Motorola Inc.', 'Inc' ) | False |
endswith( 'Ruthless', 'less' ) | True |
See also
syntax/functions/endswith.1427474043.txt.gz · Last modified: 2015/03/27 12:34 by elenap