[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Rich Text
Dan Busarow <dan@dpcsys.com> writes:
[...]
>
> I use this on the description column to strip out html
>
> UserTag strip_html HasEndTag 1
> UserTag strip_html Routine <<EOR
> sub {
> my ($input) = @_;
> $input =~ s:<\w+>::g;
> $input =~ s:<\/\w+>::g;
^
You can omit this backslash.
Bye
Racke
--
LinuXia - Solutions of Cool Competence - Internetprogramming and more
D-30163 Hannover, Waldstraße 4, 0511-3941290 (http://www.linuxia.net/)
Wir realisieren Onlineshops mit Minivend (http://www.minivend.com)
und MiniMate (http://www.linuxia.net/minimate/).