Does anyone have an elegant way to remove unreadable characters from a string?
I have one that looks like this
TITLE: MJc�����P�[���(�ō"V���N�
and as an example for this one I need to trim it down to TITLE: MJcP[("VN.
If I lose the [( and " I can live with that too.
I have one that looks like this
TITLE: MJc�����P�[���(�ō"V���N�
and as an example for this one I need to trim it down to TITLE: MJcP[("VN.
If I lose the [( and " I can live with that too.