Remove Chars From Start
  • 08 Nov 2022
  • 1 Minute to read
  • Dark
    Light

Remove Chars From Start

  • Dark
    Light

Article Summary

Step Details

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

The Remove Chars From Start will remove the character at the specified index of the String input.




Properties

Inputs

PropertyDescriptionData Type
InputThe string to remove characters from the beginning of.String
Start IndexThe number of characters to remove from the beginning of the string.Int32

Outputs

PropertyDescriptionData Type
RemoveCharsFromStart1_Output
New string without the text that was removed.---



Was this article helpful?

What's Next