Text Equals at Position
  • 29 Nov 2022
  • 1 Minute to read
  • Dark
    Light

Text Equals at Position

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > Text

The Text Equals at Position checks to see if the value of a String equals the Text to Find at a specified position. The step Outputs a True/False value. The two values are compared with no regard to the letter case (case insensitive).




Properties

Inputs

PropertyDescriptionData Type
String to checkString value to check if it contains the text to find at the specified position.
String
Case InsensitiveIf this setting is true, this step will treat upper and lowercase letters as the same.
Boolean
PositionPosition in the String to check if the Text to Find exists.Int32
Text to FindText to look for within the String to Check.String

Outputs

PropertyDescriptionData Type
None------


Was this article helpful?