Extract substring
Returns the part of the string between start and end indices.
start
end
String
Int
Returns: The extracted substring.