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,d1a61fb815aa11f0 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Ada String manipulation? Date: 1996/04/02 Message-ID: #1/1 X-Deja-AN: 145421155 references: <4jcunv$cms@newsflash.concordia.ca> <4jpn0p$cl6@hacgate2.hac.com> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-04-02T00:00:00+00:00 List-Id: Darren said ": I am looking for information regarding Ada String manipulation. In : particular, I would like to have similar String manipulation functions as : are present in Perl. Could someone point me to the right place, please? See the Ada.Strings family of packages in the Ada95RM." A perfectly reasonable answer, but in fact the string manipulation routines in the RM are pretty weak. One of my background tasks is to create a complete Ada 95 version of the pattern matching facilities of SNOBOL-4 (in another life I created the SPITBOL systems that are fast compilers for SNOBOL-4). This would be really useful (and then we could get rid of the peculiar use of Spitbol in building GNAT), but I am afraid this is not super high priority!