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-Thread: 103376,6ee6f1f1506a654b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns13feed!worldnet.att.net!attbi_s21.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" Organization: jrcarter at acm dot org User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Regular Expressions in Ada 2005? References: <1163019181.939463.219520@h48g2000cwc.googlegroups.com> In-Reply-To: <1163019181.939463.219520@h48g2000cwc.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 12.201.97.213 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s21 1163031218 12.201.97.213 (Thu, 09 Nov 2006 00:13:38 GMT) NNTP-Posting-Date: Thu, 09 Nov 2006 00:13:38 GMT Date: Thu, 09 Nov 2006 00:13:38 GMT Xref: g2news2.google.com comp.lang.ada:7382 Date: 2006-11-09T00:13:38+00:00 List-Id: matthias.kistler@gmx.de wrote: > > Does anybody know, if it's possible to use regular expressions in Ada > 2005? I come from Perl and I'm very interested in Ada but it's useless > for me without the possibility of using regular expressions similar to > Perl. You can also look at PragmARC.Regular_Expression_Matcher (and its instantiation for Character and String, PragmARC.Character_Regular_Expression_Matcher). The demo program, strmsub, is a matching and replacing filter. http://pragmada.home.mchsi.com/ -- Jeff Carter "Pray that there's intelligent life somewhere up in space, 'cause there's bugger all down here on earth." Monty Python's Meaning of Life 61