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/04/03 10:34] 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 [[transformations:filter|Filter by condition]].  
 + 
 +True if //textA// ends with //textB//. Case sensitive.
  
 ^  Example  ^  Result  ^ ^  Example  ^  Result  ^
-| endswith( 'Motorola Inc.', 'Inc' )  |  False +| endswith( 'Motorola Inc.', 'Inc' )  |  FALSE 
-| 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