UiPath Documentation
apps
2022.4
false
Apps User Guide for Automation Suite

Function: StartsWith

Use this function to check if a string starts with a specific fragment. A true or false value is returned as output.

Note:

This function performs a case insensitive check.

Syntax Description Example

StartsWith(Text, Fragment)

Returns true if a string starts with a text fragment.

docs image

Argument

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

  • StartsWith("Blueberry”, "blue"): True
  • StartsWith("Blueberry”, "Berry"): False
  • StartsWith("Blueberry”, "Raspberry"): False
  • StartsWith("My favorite jam is Apricot”, "Apricot"): False
  • Argument
  • Examples

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated