I've tried everything, but nothing works
I got many lines that look like this:
ds| ||e|ee| ||eee|KLMN!.!X!
w|www|wwwwww|qq|o2kd!.!X!
I need to strip everything before "|" pipes, including all pipes. So the result will be:
KLMN!.!X!
o2kd!.!X!
Anybody? Please!

I got many lines that look like this:
Code:
zzz|z|222| || ||z| |z|z|PPP!.!X! ds| ||e|ee| ||eee|KLMN!.!X!
w|www|wwwwww|qq|o2kd!.!X!
I need to strip everything before "|" pipes, including all pipes. So the result will be:
Code:
PPP!.!X! KLMN!.!X!
o2kd!.!X!
Anybody? Please!