substr

Function

ArgDescriptionType
strThe string to shortenstring (required)
startBeginning index of substringint
endEnd index of substringint

Description

Create a substring from a string

If start is not provided, the beginning of the string is used. If end is not provided, the end of the string are used.