Re: Invalid Operating System

[prev] [thread] [next] [lurker] [Date index for 2006/12/17]

From: Peter da Silva
Subject: Re: Invalid Operating System
Date: 02:14 on 17 Dec 2006
On Dec 16, 2006, at 7:44 PM, A. Pagaltzis wrote:
>> I could go on, getting in to the sorts of hate that Perl
>> enables - s;foo;bar; anyone?

> That's annoying, but do you find the following pretty?

>     s/^file:\/\/\/?//

Neither is acceptable.

It should be something like

	string.replace("^file:///?","";);

Or maybe

     string replace: '^file:///?' with: ''.

Or even

	(ask string replace '"^file:///?"; nil)

There's stuff above here

Generated at 22:02 on 27 Dec 2006 by mariachi 0.52