String middle3 = (string.length() < 3) ? null : string.substring(string.length() / 2 - 1, string.length() / 2 + 2);