[1353] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next next in chain last in chain last

Re: [COLD] FIX: $english_lib:indef_article(), ColdCore 3.0a9.02

daemon@ATHENA.MIT.EDU (Fri Aug 29 12:12:32 1997 )

Date: Fri, 29 Aug 1997 10:08:02 -0600 (MDT)
From: Brandon Gillespie <brandon@roguetrader.com>
To: Brad Roberts <braddr@puremagic.com>
cc: "Luther, Clay" <clay@selsius.com>,
        "ColdStuff Mailing List (E-mail)" <coldstuff@cold.org>
In-Reply-To: <199708290527.WAA32399@portland.puremagic.com>

On Thu, 28 Aug 1997, Brad Roberts wrote:

> > @program $english_lib.vowel_exception() +access=pub
> >   arg word;
> >   var prefix, word1;
> >   
> >   word1 = split(word, "\s+")[1];
> 
> I'd use: word1 = word.word(1);

Yah.. also considering that I (still) havn't hacked \X special meaning
into the regexp parser :) ...

      http://ice.cold.org/bin/help?node=coldc_regexp

-Brandon