Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Remove Chars From Start

Prev Next

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.---