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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,789b3fa522bdcc2a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-04 06:27:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!out.nntp.be!propagator2-sterling!news-in.nuthinbutnews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny03.gnilink.net.POSTED!53ab2750!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: <1049267738.39983@edh3> <1049451208.932382@edh3> Subject: Re: Optimising string handling in application X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Fri, 04 Apr 2003 14:08:09 GMT NNTP-Posting-Host: 141.157.176.74 X-Complaints-To: abuse@verizon.net X-Trace: nwrdny03.gnilink.net 1049465289 141.157.176.74 (Fri, 04 Apr 2003 09:08:09 EST) NNTP-Posting-Date: Fri, 04 Apr 2003 09:08:09 EST Xref: archiver1.google.com comp.lang.ada:35929 Date: 2003-04-04T14:08:09+00:00 List-Id: "Frode Tenneboe" wrote in message news:1049451208.932382@edh3... > However, sometimes I miss the expressionness of perl: > > s/([^;]*;ME001=)([^;]*)(;[^;]*)/$1$callsign$3/; > > ;-) Why does this remind me of APL?