Extract substring
Returns the part of the string between start and end indices.
start
end
s (String): The input string.
String
start (Int): The starting index (inclusive).
Int
end (Int): The ending index (exclusive).
The extracted substring.