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 a string of text ends with 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.1428075072.txt.gz · Last modified: 2015/04/03 11:31 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki