Have you tried this? s/\|\|/ or /g;
-----Original Message----- From: Jerry Preston [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 7:06 PM To: [EMAIL PROTECTED] Subject: how to regex or Hi! I am trying to swap all the '||' in a string to or: s/||/ or /g; I have tried it a number of ways, but I am getting no where. Any ideas? Thanks, Jerry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]