Search

Ends With

Last Updated: Dec 10, 2020

Articles

Use this function to check if the 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

  1. Ends_With (AI, JIFFYAI) = True
  2. Ends_With (TEST, JIFFYAI) = False

To view all the Text functions, click here.

Did you find what you were looking for?