From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7aa0b6410293acd1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-25 03:48:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada83 -Booch regular expression Date: 25 May 2003 11:47:31 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <8fe5cfbb.0305210048.5526f046@posting.google.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1053859688 9669 62.49.19.209 (25 May 2003 10:48:08 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 25 May 2003 10:48:08 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:37755 Date: 2003-05-25T11:47:31+01:00 List-Id: Craig Carey writes: > On 21 May 2003 01:48:04 -0700, c-kif-kif@eudoramail.com (c-kif-kif) wrote: > > >Hello, > > > >I'm trying to do some pattern matching in Ada83 with the > | Ada 83 > >Booch regular expression components - without any success. > > > >Is there anyone who can give me some example code on how > >to instantiate and use the regular expression components for strings ?. > > The online Booch Components lacks regular expressions code: > http://www.pushface.org/components/bc/ Yes; the C++ BCs of which the Ada 95 BCs are a translation does include "pattern matching", but I saw no point in translating it since 99% of pattern matching is over strings and the GNAT code does that very well. The OP was after the Ada *83* BCs at http://www.adapower.com/original_booch/