isISOControl
Returns true
if this character is an ISO control character.
A character is considered to be an ISO control character if its category is CharCategory.CONTROL, meaning the Char is in the range '\u0000'..'\u001F'
or in the range '\u007F'..'\u009F'
.
Since Kotlin
1.5Samples
Returns true
if this character is an ISO control character.
A character is considered to be an ISO control character if its category is CharCategory.CONTROL, meaning the Char is in the range '\u0000'..'\u001F'
or in the range '\u007F'..'\u009F'
.
Since Kotlin
1.5Samples
Returns true
if this character is an ISO control character.
A character is considered to be an ISO control character if its category is CharCategory.CONTROL, meaning the Char is in the range '\u0000'..'\u001F'
or in the range '\u007F'..'\u009F'
.
Since Kotlin
1.0Samples
Returns true
if this character is an ISO control character.
A character is considered to be an ISO control character if its category is CharCategory.CONTROL, meaning the Char is in the range '\u0000'..'\u001F'
or in the range '\u007F'..'\u009F'
.
Since Kotlin
1.3Samples
Returns true
if this character is an ISO control character.
A character is considered to be an ISO control character if its category is CharCategory.CONTROL.
Since Kotlin
1.8Samples
Returns true
if this character is an ISO control character.
A character is considered to be an ISO control character if its category is CharCategory.CONTROL.