Search

Starts With

Last Updated: Mar 8, 2023

Articles

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

Syntax

Starts 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

Starts With (de, abcde)

  • Checks if the string abcde starts with the string de.
    Returns False.

To view all the Text functions, click here.

Did you find what you were looking for?