RE: use of s///

2002-09-20 Thread Timothy Johnson
Try this: $_ =~ s///gi; I can't test it, but in theory it should grab the shortest number of characters starting with irregardless of case and replace them with nothing. -Original Message- From: Igor Kutsyy [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 12:02 AM To: [EMAI

Re: use of s///

2002-09-20 Thread Robert Rendler
On Fri, 20 Sep 2002 10:02:18 +0300 "Igor Kutsyy" <[EMAIL PROTECTED]> wrote: > My script analizes .html text were a lot of tags. I need to delete tag: ...>. The problem is that it writen in mixed ways:("äÅÎØ" 18.09.02) > ***ðáòô ; ì > äåòÉ > ## > > if I execute a command: $string=~ s/ SIZE=2>//