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,6ee6f1f1506a654b,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!h48g2000cwc.googlegroups.com!not-for-mail From: matthias.kistler@gmx.de Newsgroups: comp.lang.ada Subject: Regular Expressions in Ada 2005? Date: 8 Nov 2006 12:53:02 -0800 Organization: http://groups.google.com Message-ID: <1163019181.939463.219520@h48g2000cwc.googlegroups.com> NNTP-Posting-Host: 217.227.41.150 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1163019186 20321 127.0.0.1 (8 Nov 2006 20:53:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 8 Nov 2006 20:53:06 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.02 (Macintosh; PPC Mac OS X; U; de),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: h48g2000cwc.googlegroups.com; posting-host=217.227.41.150; posting-account=1NtCpw0AAACqUfB6fMELOcl42bUe9ocw Xref: g2news2.google.com comp.lang.ada:7376 Date: 2006-11-08T12:53:02-08:00 List-Id: Hi! 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. I found a GNAT-package providing only a regex-matcher. But I also need a replacer. Elsewise it'd be useless for me. Does anybody know about regular expressions in Ada 2005? Is there any tutorial? Is there at least an Ada-library? Or can just anybody explain to me, how to use regexes in Ada? Thanks, Matthias