Class StringUtils
java.lang.Object
net.neoforged.moddevgradle.internal.utils.StringUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringcapitalize(String input) static CharsetGet the platform native charset.static Stringuncapitalize(String input)
-
Method Details
-
getNativeCharset
Get the platform native charset. To see how this differs from the default charset, see https://openjdk.org/jeps/400. This property cannot be overriden via system property. -
capitalize
-
uncapitalize
-