Hi!
I need to split a list if item A is followed by item B.
I'm really stuck at this and the only thing i could think of is that i should use regex, but i dont know how.
Example of list:
list =
I would like the output to be:
email@email.com email@email.com email@email.com REF123 REF123
email@email.com REF123
email@email.com REF123
/Pluring