Re: substitute/regex etc



Dan wrote:
how can i substitute, or remove anything that's not an alphanumerical
character in a string?

s/[[:alnum:]]+//g;


John
--
use Perl;
program
fulfillment
.