Prior to this commit, StringUtils#trimAllWhitespace(String str) was unecessary slower. Using sb.deleteCharAt(index) leads to a complete copy of the char[]
Prior to this commit, StringUtils#trimAllWhitespace(String str) was unecessary slower. Using sb.deleteCharAt(index) leads to a complete copy of the char[]