reformatStyleFieldOrMethodName

fun reformatStyleFieldOrMethodName(name: String): String

Format the name of a @Style annotated field or method to match what the style applier and builder will use.

"Style" suffixes are removed to make it possible to use in field or method names while avoiding the redundancy of having it be part of style builder methods.

Examples: MY_RED -> MyRed myRed -> MyRed MY_RED_STYLE -> MyRed myRedStyle -> MyRed