<?php$str = "asdas�sadsad";$str = preg_replace('/[^[:print:]]/', '', $str); echo $str;
Standard input is empty
asdassadsad
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!