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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,bb6ebeb41bf44573 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed-east.nntpserver.com!nntpserver.com!hydra.nntpserver.com.POSTED!918e67f8!not-for-mail From: "John J" Newsgroups: comp.lang.ada References: Subject: Re: character matching X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-ID: NNTP-Posting-Date: Sun, 15 Aug 2004 07:36:42 EST Date: Sun, 15 Aug 2004 22:06:32 +0930 Xref: g2news1.google.com comp.lang.ada:2739 Date: 2004-08-15T22:06:32+09:30 List-Id: Thanks for the suggestions; however, I'm trying to learn a bit about the syntax and capabilities of ADA. Would someone be kind enough to give me some examples of how I can use ADA to character match. ie, different ways I can use '*', '&' to successfully recognise words and sentences. Thanks