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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,20c2bb8255977a05,start X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: Strings in Ada Date: 1999/04/14 Message-ID: #1/1 X-Deja-AN: 466333537 References: NNTP-Posting-Date: Wed, 14 Apr 1999 08:51:27 PDT Newsgroups: comp.lang.ada Date: 1999-04-14T00:00:00+00:00 List-Id: Jan Kroken writes: > I'm currently learning Ada and I am stuck on string handling. > What I need is a lot of source code doing advanced String > handling. Do any of you have some source, or know where to > find it? See section A.4 of your reference manual. GNAT also comes with a package for doing UNIX-style regular expression searches, and another for doing SNOBOL-like pattern matching.