Last Updated: May 27, 2021
This function is deprecated. Please use Substring
Use this function to slice the input string.
Slice (Dep.) (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 |
Index starts with 0.
Return value | Description |
---|---|
text | Returns the sliced string |
Slice (Dep.) (abcde, 1, 3)
To view all the Text functions, click here.