Last Updated: Dec 10, 2020
Use this function to get a new string that is a substring of the input string . The substring begins at the given start index and extends till the end index without including the end index.
Substring (end_index)
Input Parameter Name | Description |
---|---|
end_index | End index |
start_index | Start index |
input | input string |
Return value | Description |
---|---|
text | Returns the substring |
To view all the Text functions, click here.