startsWith

fun startsWith(s: CharArray, len: Int, prefix: String): Boolean

Returns true if the character array starts with the prefix.