Gossamer Forum
Home : General : Perl Programming :

reg exp

Quote Reply
reg exp
I've tried everything, but nothing works Frown

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!
Subject Author Views Date
Thread reg exp Pasha1 1991 Apr 18, 2000, 8:33 PM
Post Re: reg exp
Mark Badolato 1901 Apr 18, 2000, 8:47 PM