[ic] Filter out hyphens - retain white space?

Music music at labyrinth.net.au
Sun Dec 6 07:09:55 UTC 2009


> Just put this in a file in your code/Filter directory:
> CodeDef dashes Filter
> CodeDef dashes Routine <<EOR
> sub {
> my $string = shift;
> $string =~ s/-//g;
>        return string;
> }
> EOR

Thanks!



More information about the interchange-users mailing list