2012/07/03

Remove control characters


:set fileformat=unix

$var =~ s/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f]//sg;

No comments:

Post a Comment