Re: character matching
From: Ludovic Brenta (ludovic.brenta_at_insalien.org)
Date: 08/17/04
- Previous message: Ed Falis: "Re: ADA Popularity Discussion Request"
- In reply to: Adrian Knoth: "Re: character matching"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 17 Aug 2004 00:26:21 +0200
Adrian Knoth writes:
> From: Adrian Knoth Subject: Re: character matching
> Newsgroups: comp.lang.ada
> Date: 15 Aug 2004 21:02:21 GMT
> Organization: loris.TV
>
> Ludovic Brenta wrote:
>
>> type Category is (Whitespace, Punctuation, Letter, Digit, Other);
>
> I support Steve's suggestion. Yours has the advantage of showing how
> simple things can be done. I guess this is useful for learning
> purposes but may contain more mistakes than the Annex-A-solution ;)
Thanks; that was exactly my intention. Of course I also support
Steve's suggestion. In fact, my quick-and-dirty example did have
shortcomings; for one thing I did not even attempt to get the list of
punctuation characters complete.
-- Ludovic Brenta.
- Previous message: Ed Falis: "Re: ADA Popularity Discussion Request"
- In reply to: Adrian Knoth: "Re: character matching"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|