finddata has asked for the wisdom of the Perl Monks concerning the following question:
Input: DEMO_.perl DEMO_.php
$str =~ tr/a-zA-Z//dc
Expected: DEMO.perl DEMO.php
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to remove underscore before every dot using perl?
by Athanasius (Archbishop) on Mar 16, 2017 at 07:05 UTC | |
|
Re: How to remove underscore before every dot using perl?
by madtoperl (Hermit) on Mar 16, 2017 at 09:50 UTC |