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.1428071644.txt.gz · Last modified: 2015/04/03 10:34 by elenap