Hello các bạn, hôm nay mình sẽ chia sẻ về mẹo check String null hay full space một cách tiện lợi
Mình sẽ sử dụng thư viện Lớp StringUtils download file jar để import vào thư viện tại (link)
Nếu các bạn dùng maven project thì dễ dàng hơn, chỉ cần import ở file pom.xml
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
...
Hello các bạn, hôm nay mình sẽ chia sẻ về mẹo check String null hay full space một cách tiện lợi
Mình sẽ sử dụng thư viện Lớp StringUtils download file jar để import vào thư viện tại (link)
Nếu các bạn dùng maven project thì dễ dàng hơn, chỉ cần import ở file pom.xml
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
...