in reply to Swap Ascii chr() for null string
Works for me.
$ perl -e' my $String = "xxxchr12yyy"; $String =~ s/chr(12)//g; CORE::say $String; ' xxxyyy
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Swap Ascii chr() for null string
by PriNet (Monk) on Sep 15, 2017 at 20:59 UTC | |
by ikegami (Patriarch) on Sep 15, 2017 at 21:08 UTC | |
by roboticus (Chancellor) on Sep 15, 2017 at 21:12 UTC |