Apps
latest
false
Banner background image
LEGACY
Legacy Apps User Guide
Last updated Jan 18, 2024

Function: Contains

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

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.

Argument

Type

Description

Text

Required

The text to examine in search of the Fragment.

Fragment

Required

The 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?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.