"Mumia W." schreef: > Beginner: >> This is the sequence I would like to change to a single space: >> 20a020a020a0 > > AFAIK, tr/// can't do this.
As Tom wrote: tr/\xA0\x20/\x20/s Variant: tr/\t\n\f\r \xA0/ /s -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/