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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f93edcfe54a071cf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-22 03:07:59 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: mutilation@bonbon.net (wave) Newsgroups: comp.lang.ada Subject: Re: Stripping html from a string Date: 22 Feb 2004 03:07:58 -0800 Organization: http://groups.google.com Message-ID: <4d01ad29.0402220307.1168a8ae@posting.google.com> References: <4d01ad29.0402211613.34d2ebcd@posting.google.com> NNTP-Posting-Host: 62.252.128.11 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1077448079 32412 127.0.0.1 (22 Feb 2004 11:07:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 22 Feb 2004 11:07:59 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:5725 Date: 2004-02-22T03:07:58-08:00 List-Id: Georg Bauhaus wrote in message news:... > wave wrote: > : > : Criteria := Compile("<([A-Z][A-Z0-9]*)[^>]*>", False, True); > > What "output" to you expect? AFAIKS, input will have to be rather > mute, so to speak, in order to match. > > > -- Georg Oh, sorry, the code I gave was just to test the regular expression pattern. Gnat is just throwing back an error with the pattern, if I could get it working correctly then I could arrange the stripping of the string. Cheers, Mut.