
org.threeten.bp.format.CasePlatformHelper.scala Maven / Gradle / Ivy
package org.threeten.bp.format
import java.util.Locale
private[format] object CasePlatformHelper {
def toLocaleIndependentLowerCase(string: String): String = string.toLowerCase(Locale.ENGLISH)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy