and if you string is always 4 char, using plain `S...
# android
k
and if you string is always 4 char, using plain
String
should be just fine without resorting to
StringBuilder
.