User Tools

Site Tools


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 or a field ends with the specific text.

It returns TRUE if textA ends with textB, otherwise it returns FALSE. This function is case sensitive.

Example Result
endswith( 'Motorola Inc.', 'Inc' ) FALSE
endswith( 'Ruthless', 'less' ) TRUE

See also

syntax/functions/endswith.1428073755.txt.gz · Last modified: 2015/04/03 11:09 by elenap

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki