bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
SUBSTRING function
Function Name
Description
Usage
Input parameter
Return value
SUBSTRING
Returns the substring of the current string from the start index inclusive to the end index exclusive.
SUBSTRING(value, value)
This function takes the following arguments:
First argument: Start index value.
Second argument: End index value.
String between the start and end indexes.
Supported data type
The SUBSTRING function supports the following data type:
String
Example: Return the substring of the current string, beginning with the character
at the start index number and ending prior to the character of the end index number.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-26 UTC."],[],[]]