UiPath Documentation
apps
2022.4
false
Apps User Guide for Automation Suite

Function: EndsWith

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

Important:

This function performs a case insensitive check.

Syntax Description Example

EndsWith(Text, Fragment)

Returns true if a string ends with 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​

  • EndsWith("Blueberry”, "blue"): False
  • EndsWith("Blueberry”, "Berry"): True
  • EndsWith("Blueberry”, "Raspberry"): False
  • EndsWith("My favorite jam is Apricot”, "Apricot"): True
  • EndsWith("[email protected]”, "@uipath.com"): True
  • Arguments​
  • Examples​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated