User Tools

Site Tools


syntax:functions:endswith

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
syntax:functions:endswith [2015/03/29 21:44] elenapsyntax:functions:endswith [2015/04/03 10:34] elenap
Line 1: Line 1:
 ====== EndsWith(textA, textB) ====== ====== 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').  +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]]. +Can be used in transformation [[transformations:filter|Filter by condition]]. 
  
-True if 'textAends with 'textB'. Case sensitive.+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 === === See also ===
syntax/functions/endswith.txt · Last modified: 2021/08/14 19:02 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki