All ChallengesLoading...
Not Solved

Extract substring between two indices

Write a function that takes a string and returns a substring between the given start and end indices.
Intermediate
sample input: "abcdef", 1, 4 
sample output: bcd
Loading...
Test Output: