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:
REF123 REF123
REF123
REF123
/Pluring