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-24 05:57:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!sjc70.webusenet.com!sjc72.webusenet.com!news.webusenet.com!newsfeed1.easynews.com!easynews.com!easynews!small1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!nntp.clear.net.nz!news.clear.net.nz.POSTED!not-for-mail NNTP-Posting-Date: Sat, 24 May 2003 07:57:12 -0500 From: Craig Carey Newsgroups: comp.lang.ada Subject: Re: Ada83 -Booch regular expression Date: Sun, 25 May 2003 00:57:09 +1200 Message-ID: References: <8fe5cfbb.0305210048.5526f046@posting.google.com> X-Newsreader: Forte Agent 1.92/32.572 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Organization: Customer of Mercury Telecommunications Ltd Cache-Post-Path: drone5.qsi.net.nz!unknown@tnt1-601.quicksilver.net.nz X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) X-Original-NNTP-Posting-Host: drone5-svc-skyt.qsi.net.nz X-Original-Trace: 25 May 2003 00:57:05 +1200, drone5-svc-skyt.qsi.net.nz NNTP-Posting-Host: 203.97.37.6 X-Trace: sv3-XNtyZm+iO4OwZHbWBjDxfbh6ANJML18eysfXKP0nQtvCXVCbbF/g4edLO5PLDVhL/uBJQnIk1DS5x/Q!o5K0LLNXbBIMph9POAx2aDYZx9iNpCojRsIbZXSA6elBxtTPKoI9wJ7mJoY2ogR9Sxl3o1yFIvr8!cQ/4OXk= X-Complaints-To: Complaints to abuse@clear.net.nz X-DMCA-Complaints-To: Complaints to abuse@clear.net.nz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Xref: archiver1.google.com comp.lang.ada:37731 Date: 2003-05-25T00:57:09+12:00 List-Id: 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/ GNAT's Regular Expressions code (regexp) is here. http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/g-regpat.ads -- The old Shootout project that was here http://www.bagley.org/~doug/shootout/news.shtml has shifted to here: http://dada.perl.it/shootout/ I sent an example program showing how Ada is used when implementing regular expressions example. Mr Calpini does not reply to my e-mail so I don't know when my approx 17 samples appear. Perhaps you can write to , and get the Ada code to show up later on the website. Craig Carey