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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4f316de357ae35e9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-29 23:32:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news-lei1.dfn.de!news-fra1.dfn.de!newsfeed.hanau.net!image.surnet.ru!surnet.ru!carrier.kiev.ua!news.lucky.net!not-for-mail From: Oleg Goodyckov Newsgroups: comp.lang.ada Subject: FAQ and string functions Date: Tue, 30 Jul 2002 09:32:06 +0300 Organization: unknown Distribution: world Message-ID: <20020730093206.A8550@videoproject.kiev.ua> Reply-To: og@videoproject.kiev.ua NNTP-Posting-Host: news.lucky.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.lucky.net 1028010739 29446 193.193.193.102 (30 Jul 2002 06:32:19 GMT) X-Complaints-To: usenet@news.lucky.net NNTP-Posting-Date: Tue, 30 Jul 2002 06:32:19 +0000 (UTC) X-Return-Path: oleg@videoproject.kiev.ua Xref: archiver1.google.com comp.lang.ada:27473 Date: 2002-07-30T09:32:06+03:00 List-Id: Hi all! Can anybody say me where can I find FAQ of this newsgroup? Is there something talked about string processing functions? If no, can anybody talk me exists and if yes, where can I get string processing functions set for Ada? I'm talking about string processing like Perl's manner: string split to list of tokens by delimiter and back. Push, pop, slice and so on. Thanx!