Get Longest Matching String In String
- 28 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Get Longest Matching String In String
- Updated on 28 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 | 5.0.0 |
Location | Data > Text |
The Get Longest Matching Strings in String Step helps the user look at a list of strings from the source text and returns only the string that matches that is the longest.
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 |
Source Must Start With | If true, will check if the source text starts with specified strings | Boolean |
Source Text | Input text to check if the specified strings exist within this text. | String |
Strings To Look For | List of strings to see if they exist in the Source Text. | List of String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | The longest string that matches the source text | String |
Was this article helpful?