|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Answer: How do I remove control characters? |
| ( #164839=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > regular expressions > How do I remove control characters? contributed by jsprat
Try perldoc perlop and look for the transliteration operator.
The 'c' option means complement the range. Note: you may have to binmode the filehandle, depending on your OS.
|
|
||||||||||||||||||