User Tools

Site Tools


syntax:functions:endswith

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
syntax:functions:endswith [2014/09/16 22:11] – created dmitrysyntax:functions:endswith [2015/03/27 12:43] elenap
Line 1: Line 1:
 ====== EndsWith(textA, textB) ====== ====== EndsWith(textA, textB) ======
  
-True, if first text string (textA) ends with the other (textB). Case sensitive.+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  ^ ^  Example  ^  Result  ^
Line 7: Line 9:
 | endswith( 'Ruthless', 'less' )  |  True | | endswith( 'Ruthless', 'less' )  |  True |
  
 +=== See also ===
 +  * [[syntax:functions:find]]
 +  * [[syntax:functions:contains]]
 +  * [[syntax:functions:startswith]]
syntax/functions/endswith.txt · Last modified: 2021/08/14 19:02 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki