From: Robert Klemme Date: 2003-04-25T19:17:58+09:00 Subject: Re: How to call an object instance's method? "Dave Thomas" schrieb im Newsbeitrag news:3EA84176.9000904@pragprog.com... > However... I'm not at all convinced that whitespace should be > significant. Personally, I'd go with /\s*(/ == /method(/ and > drop the cleverness: there is a lot of scope for confusion otherwise. I'd blow into the same horn. Bugs stemming from wrongly used white space are hard to find and it is quite uncommon for programming languages to attach such significance to white space. Regards robert