Last Updated: Dec 10, 2020
This function is deprecated - Please use substring function
Use this function to slice the input string.
Slice (input, start_index, end_index)
Input Parameter Name | Description |
---|---|
input | input string |
start_index | starting index of a string |
end_index | end index of a string |
Return value | Description |
---|---|
text | Returns the sliced string |
To view all the Text functions, click here.