Returns part of string – specified number of characters starting from specified index.
inputs:
string – link with a string from which substring is needed to extract
- Required: yes
start – link or specify directly positive integer value from which position substring should starts. Keep in mind that numbering start from 0.
- Required: yes
length – link or specify directly positive integer value how many characters should be returned from start from string
- Required: yes
outputs:
result – extracted part of the string
Click to rate this post!
[Total: 0 Average: 0]