Skip to content

StringRemove

cpgames edited this page Jul 14, 2022 · 1 revision

image

Returns a new string in which a specified number of characters from the current string are deleted. See String.Remove Method.


Input Ports:

Start - execution entry.
Source (type: string) - input string.
Index (type: int) - zero-based position to begin deleting characters.
Length (type: int) - number of characters to delete.


Output Ports:

Done - execution exit.
Result (type: string) - new string that is equivalent to this instance except for the removed characters.

Clone this wiki locally