Answers for "thymeleaf is string empty"

0

thymeleaf is string empty

<p th:text="${#strings.isEmpty(string)}"></p>
<p th:text="${#strings.isEmpty(nullString)}"></p>
<p th:text="${#strings.defaultString(emptyString,'Empty String')}"></p>
Posted by: Guest on June-01-2020

Browse Popular Code Answers by Language