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/04/03 11:31] dmitrysyntax:functions:endswith [2021/08/12 18:18] dmitry
Line 8: Line 8:
 | endswith( 'Motorola Inc.', 'Inc' )  |  FALSE | | endswith( 'Motorola Inc.', 'Inc' )  |  FALSE |
 | endswith( 'Ruthless', 'less' )  |  TRUE | | endswith( 'Ruthless', 'less' )  |  TRUE |
 +
 +=== Remarks ===
 +The function ignores trailing spaces in both arguments. See the example below.
 +
 +^  Example  ^  Result  ^
 +| 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