no, but you could switch on s.toUpperCase()
. so:
switch (s.toUpperCase()) {
//same as before
}
and while we’re nitpicking, you better upper-case things in the english locale to avoid issues with turkish
no, but you could switch on s.toUpperCase()
. so:
switch (s.toUpperCase()) {
//same as before
}
and while we’re nitpicking, you better upper-case things in the english locale to avoid issues with turkish