String Does Not End With Any or Start With Any Steps
- 30 Nov 2022
- 1 Minute to read
- Print
- DarkLight
String Does Not End With Any or Start With Any Steps
- Updated on 30 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 String Does Not End With Any in List, and the String Does Not Start With Any in List steps check whether the input string ends or starts with a specified string.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Case Insensitive | If this setting is true, this step will treat upper and lowercase letters as the same. | Boolean |
Input | String to check if it starts or ends with a specified string. | String |
Starts With | This input is available on the String Does Not Start With step, and the step will check if the Input begins with any strings within this list. | String List |
Ends With | This input is available on the String Does Not End With step, and the step will check if the Input ends with any strings within this list. | String List |
Outputs
Property | Description | Data Type |
---|---|---|
None | --- | --- |
Was this article helpful?