All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kaitai.struct.Platform.scala Maven / Gradle / Ivy

package io.kaitai.struct

import java.util.Locale

object Platform {
    def toUpperLocaleInsensitive(s: String) = s.toUpperCase(Locale.ROOT)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy