
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