fun removeNonAsciiChars(stringToEscape: String?): String?
Removes non-ascii chars from string.
stringToEscape - the string to escape.
stringToEscape
Return the escaped string.