Here you go:
arc> (cut "example" 2 7) "ample" arc> (cut "example" 2 10) Error: "string-ref: index 7 out of range [0, 6] for string: "example""