Erez David wrote:
> Hi,
> 
> I am reading a file which has some meta characters in it.
> This meta characters are: ^[[1m and ^[[0m which are used to bold some 
> text out.
> 
> I am looking for the best way to remove this meta characters from the 
> file before I parse it. (Whether remove it by regex or any other way...)
> 
> Thanks
> 
> Erez

not sure if it'll help, but try pipine the file via 'col -b', and see if 
this helps.

--guy
_______________________________________________
Perl mailing list
[email protected]
http://mail.perl.org.il/mailman/listinfo/perl

Reply via email to