Код: Выделить всё
String regex = "";
String test1 = "< br/ >";
System.out.println(test.replaceAll(regex, " "));`
`
Код: Выделить всё
#set($brRegex = "")
#set($imageDescription = $imageDescription.replaceAll($brRegex, " "))`
Код: Выделить всё
#set($imageDescription = $imageDescription.replaceAll("", " "))`
Подробнее здесь: https://stackoverflow.com/questions/190 ... y-template
Мобильная версия