RE: is there away to regex

2003-10-01 Thread Jerry Preston
Kevin, I am converting c to basic. Bad stuff! Thanks, Jerry -Original Message- From: Kevin Pfeiffer [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 4:23 AM To: [EMAIL PROTECTED] Subject: Re: is there away to regex In article <[EMAIL PROTECTED]>, Jerry Preston

Re: is there away to regex

2003-10-01 Thread Kevin Pfeiffer
In article <[EMAIL PROTECTED]>, Jerry Preston wrote: > Hi! > > Is it possible to combine the following into one: > > s/^\s+;//; > s/\/\*/!/; > s/\*\///; s/^\s+;//; s/\/\*/!/; s/\*\///; # ;-) Why would you want to? (Not that I know if you can) It's easier to see