Step Details |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > 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
Property | Description | Data Type |
---|
String to check | String value to check if it contains the text to find at the specified position.
| String |
Case Insensitive | If this setting is true, this step will treat upper and lowercase letters as the same.
| Boolean |
Position | Position in the String to check if the Text to Find exists. | Int32 |
Text to Find | Text to look for within the String to Check. | String |
Outputs
Property | Description | Data Type |
---|
None | --- | --- |
