Cadena Kotlin Eliminar los últimos 3 dígitos

str.substring(0, str.length() - 2);
Vhern