I set text for TextView by regex. I use this code:
TextView.text.replace(Regex("[^\\\\n\\\\r\\\\t\\\\p{Print}]"), "")
But