Help for this page
my $string=" \aabc123def!*#\n"; $string=~s{ ([[:digit:]]+) ... }gex; print $string;