praveen-diffbot
Results
1
comments of
praveen-diffbot
I replaced the regex call with an approximation which is probably ok for html ``` private String replaceMultipleBlankSpace(String cellText) { StringBuilder result = new StringBuilder(); boolean wasSpace = false; for...