Remove non-ASCII non-printable characters from a String

后端 未结 6 2294
轻奢々
轻奢々 2020-12-02 13:56

I get user input including non-ASCII characters and non-printable characters, such as

\\xc2d
\\xa0
\\xe7
\\xc3\\ufffdd
\\xc3\\ufffdd
\\xc2\\xa0
\\xc3\\xa7
         


        
6条回答
提交回复
热议问题