Text Equals at Position
- 29 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Text Equals at Position
- Updated on 29 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 | --- | --- |
Was this article helpful?