vncore / com.venuenext.vncore.util / Utils / removeNonAsciiChars

removeNonAsciiChars

fun removeNonAsciiChars(stringToEscape: String?): String?

Removes non-ascii chars from string.

Parameters

stringToEscape - the string to escape.

Return
the escaped string.