Between Markers

Between Markers

You are given a string and two markers (the initial and final). You have to find a substring enclosed between these two markers. But there are a few important conditions:

  • The initial and final markers are always different.
  • If there is no initial marker, then the first character should be considered the beginning of...
You should be an authorized user in order to see the full description and start solving this mission.
19