Search

Starts With

Last Updated: Dec 10, 2020

Articles

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

  1. Starts_With (JIFFY, JIF) = True
  2. Starts_With (JIFFY, AI) = False

To view all the Text functions, click here.

Did you find what you were looking for?