Remove String Steps
  • 08 Nov 2022
  • 1 Minute to read
  • Dark
    Light

Remove String Steps

  • Dark
    Light

Article Summary

Step Details

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

The Remove String After Nth Instance of String and Remove String Up To Nth Instance of String steps will remove the string from the given input before or after the Nth Instance. By comparing Input through the given source of String to Find. It will remove the String before or after the Nth position value and passes the remaining String.



Properties

Inputs

PropertyDescriptionData Type
Also Remove Last Find ElementWill remove the last instance of the string to find as well as the text before or after it depending on the step used.Boolean
Case InsensitiveIf this setting is true, this step will treat upper and lowercase letters as the same.
Boolean
InputString to remove text from.String
Nth InstanceSpecify how many instances of the string to find until the step removes the text before or after, depending on the step used. Int32
String To FindString used to remove the text before or after its nth occurrence. String

Outputs

PropertyDescriptionData Type
None------


Was this article helpful?

What's Next