把字符s替换成字符串r,忽略单引号和双引号括起来的内容 @param str String 源串 @param s char 字符 ? @param r String 替换成的串 @param ignoreQuote boolean true:忽略引号,替换引号内的字串 @return String
(String str, char s, String r, boolean ignoreQuote)
source not stored for this graph (policy: none)
no test coverage detected