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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4f316de357ae35e9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-01 07:57:38 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: FAQ and string functions Date: Thu, 1 Aug 2002 14:57:38 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <20020730093206.A8550@videoproject.kiev.ua> <4519e058.0207300548.15eeb65c@posting.google.com> <20020731104643.C1083@videoproject.kiev.ua> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1028213858 29172 134.91.1.34 (1 Aug 2002 14:57:38 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 1 Aug 2002 14:57:38 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:27573 Date: 2002-08-01T14:57:38+00:00 List-Id: Robert A Duff wrote: : : By the way, a partial answer to the original poster's question is to : look at the various GNAT packages, such as SNOBOL. I have no idea : whether they do what you want, but they do some kinds of string : manipulation. They may be compiler dependent, or they may be useful : with other compilers. I haven't seen a builtin split operation in any SNOBOL4, but I'm quite certain that a lot of split operations have been done or are done in SNOBOL4 programs, where that is necessary. :) Same in SETL2 or ICON. Georg