Search

Ends With

Last Updated: Mar 8, 2023

Articles

Use this function to check if input string ends with the search string.

Syntax

Ends With (search_string, input)

Parameters

Input Parameter Name Description
search_string search string
input input string

Returns

Return value Description
text Returns True or False

Sample

Ends With (de, abcde)

  • Checks if the string abcde ends with the string de.
    Returns True.

To view all the Text functions, click here.

Did you find what you were looking for?