All ChallengesLoading...
Not Solved
Extract middle substring
Write a function that takes a string and returns a substring from the third to seventh characters, inclusive.
Intermediate
sample input: "abcdefg"
sample output: cdefg
Loading...
Test Output: