Re: Replace with nothing
- From: "Jürgen Exner" <jurgenex@xxxxxxxxxxx>
- Date: Fri, 13 May 2005 01:31:34 GMT
Greg Bacon wrote:
> In article <coJge.13711$941.13194@trnddc08>,
> Jürgen Exner <jurgenex@xxxxxxxxxxx> wrote:
>
>> Either you are missing the modifier to delete unreplaced characters
>> (see "perldoc -f tr" which in turn will point you to "perldoc
>> perlop") or you are using the wrong operator (maybe you meant "s"
>> instead of "tr").
>
> Maybe *you* haven't read the tr/// documentation. :-)
Ok, you are the second person pointing this out. What am I missing here?
If you want to use tr/// to delete characters, then you have to use the "d"
modifier, right? Or is there any other way with tr///?
jue
.
- Follow-Ups:
- Re: Replace with nothing
- From: Tad McClellan
- Re: Replace with nothing
- References:
- Re: Replace with nothing
- From: Jürgen Exner
- Re: Replace with nothing
- From: Greg Bacon
- Re: Replace with nothing
- Prev by Date: Re: Replace with nothing
- Next by Date: Re: Wierd issue with File::Find and directory
- Previous by thread: Re: Replace with nothing
- Next by thread: Re: Replace with nothing
- Index(es):
Relevant Pages
|