Get SubString
 
 
 

Categories

  • String

Description

Returns the specified substring from a string.

Ports

Inputs

Value

The input string.

Start

The position of the first character to return.

N Char Copy

The number of characters to return. You can enter –1 to return all character from the Start position to the end of Value.

Outputs

Result

The specified substring of Value.