Search

Contains

Last Updated: Dec 10, 2020

Articles

Use this function to check if the search string is present in the input string.

Syntax

Contains (input, search_string)

Parameters

Input Parameter Name Description
input input string
search_string String to be searched inside the input string

Returns

Return value Description
text Returns True or False

Sample

  1. Contains (Jiffy, If) = True
  2. Contains (Jiffy, PAA) = False
  3. Contains (Jiffy123, 123) = True

To view all the Text functions, click here.

Did you find what you were looking for?