将原串中的空白字符删除,并根据ifcase参数将原串中的非引号内字符大写,小写或不动 @param str 需要删除空白字符的原串 @param ifcase 可以使用0, UPPER_WHEN_TRIM, LOWER_WHEN_TRIM, UPPER_WHEN_TRIM+LOWER_WHEN_TRIM @param escapeChar 转义字符 @return 删除空白字符后的串
(String str, int ifcase, char escapeChar)
source not stored for this graph (policy: none)
no test coverage detected