/ Published in: Java
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
path = StringUtils.substringBefore(path, "classes"); path = StringUtils.replace(path, "%20", " "); return StringUtils.removeStart(path, "/"); }