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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d0d259074af661a2,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-27 10:45:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!dispose.news.demon.net!demon!btnet-peer0!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Will May" Newsgroups: comp.lang.ada Subject: regex with ada? Date: Thu, 27 Dec 2001 18:44:18 +0000 (UTC) Organization: BT Openworld Message-ID: NNTP-Posting-Host: host213-1-155-178.btinternet.com X-Trace: paris.btinternet.com 1009478658 21377 213.1.155.178 (27 Dec 2001 18:44:18 GMT) X-Complaints-To: usenet@paris.btinternet.com NNTP-Posting-Date: Thu, 27 Dec 2001 18:44:18 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:18341 Date: 2001-12-27T18:44:18+00:00 List-Id: This (should) be a simple question. Is it possible to do regex commands (e.g. s/hello/g) in ada? What i want to do is to replace one word with another multiple times and i know that it could be easily done with one regex expression. Any help anyone?