UiPath Documentation
apps
2022.4
false
Apps User Guide for Automation Suite

Function: Contains

Check to see if a string contains a text fragment

Use this function to check if a string contains a specific fragment. A true/ false value is returned as output.

Important:

This function performs a case insensitive check.

Syntax Description Example

Contains(Text, Fragment)

Returns true if a string contains a text fragment.

docs image

Arguments​

For more information on arguments, see the table below.

ArgumentTypeDescription
TextRequiredThe text to examine in search of the Fragment.
FragmentRequiredThe text to search for in Text.

Examples​

  • Contains("Blueberry”, "blue"): True
  • Contains("Blueberry”, "Berry"): True
  • Contains("Blueberry”, "Raspberry"): False
  • Contains("My favorite jam is Apricot”, "Apricot"): True
  • Arguments​
  • Examples​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated