Hi,
I'm looking for a way that I could get multiple substrings out of a string that look something like this:

Original string: cat ate mouse ->
sub1: ate mouse->
sub2: mouse

So each substring will have 1 less token than the string before it.
Is anyone got any idea of how could I do this?

Thank you very much!