Strings
Verify a text is not null and contains text:
StringUtils.isNotBlank(text);
Verify a text contains only numbers:
StringUtils.isNumeric(text);
Last updated
Was this helpful?
Verify a text is not null and contains text:
StringUtils.isNotBlank(text);
Verify a text contains only numbers:
StringUtils.isNumeric(text);
Last updated
Was this helpful?