Get Shortest Matching String in String
  • 07 Dec 2022
  • 1 Minute to read
  • Dark
    Light

Get Shortest Matching String in String

  • Dark
    Light

Article Summary

Step Details

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

The Get Shortest Matching String 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 shortest.



Properties

Inputs

PropertyDescriptionData Type
Case InsensitiveIf this setting is true, this step will treat upper and lowercase letters as the same.
Boolean
Source Must Start WithIf true, will check if the source text starts with specified strings. If none of the Strings to Look For appear at the beginning of the Source Text and this setting is set to "True," then the output will be empty.Boolean
Source TextInput text to check if the specified strings exist within this text.String
Strings To Look ForList of strings to see if they exist in the Source Text. If none of the Strings To Look For are found within the Source Text, the output of this step will be empty.List of String

Outputs

PropertyDescriptionData Type
GetShortestMatchingStringInString1_Output
The shortest string that matches the source text.String


Was this article helpful?