Re: Escaping with tr
- From: krahnj@xxxxxxxxx (John W. Krahn)
- Date: Tue, 30 Aug 2005 17:21:17 -0700
Bernard van de Koppel wrote:
> Hi,
Hello,
> How can I get all the " characters out of a csv file.
>
> Input looks like
> "bla bla";"bla bla";"bla bla"
>
> and it has to look like
> bla bla;bla bla; bla bla
>
> I tried $text=~ tr(#\"##);
$text =~ tr/"//d;
John
--
use Perl;
program
fulfillment
.
- References:
- Escaping with tr
- From: Bernard van de Koppel
- Escaping with tr
- Prev by Date: Re: how to replace multiple whit space with ", ".
- Next by Date: Re: how to replace multiple whit space with ", ".
- Previous by thread: Re: Escaping with tr
- Next by thread: Re: Escaping with tr
- Index(es):
Relevant Pages
|