adjust

fun adjust(rhs: String): String

Answer an adjusted rhs (right hand side), taking into account which format the rhs takes, and whether dark mode is active.


fun adjust(    condition: Boolean,     trueString: String,     falseString: String): String

Answer an adjusted rhs (right hand side), taking into account which format the rhs takes, and whether dark mode is active. This method takes a boolean, which if true processes the second argument, otherwise the third.