View Single Post
Old 11-25-2010, 12:17 PM   #1
gucky
Member
gucky began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Sep 2010
Device: galaxy
remove nonprinterble Charactors with Perl

Hello,

I have konverted some PDF Files with pdftohtml to html. I have written a Perl Script to delete some HTML Token, but now i have to delete some non printerble characters with perl.

I tried the Regex s/[[rint]]//g and the negotated regex s/[![[rint]]]//g, but both regex didn't work correctly. Can someone tell me how i can delete the Characters?

thanks

Gucky
gucky is offline   Reply With Quote