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 StringtoCamelCase(String input, boolean lower) Converts an arbitrary input string to a sanitized camel case string.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. -
toCamelCase
Converts an arbitrary input string to a sanitized camel case string. -
capitalize
-
uncapitalize
-