Class StringUtils
java.lang.Object
org.sonar.java.checks.helpers.StringUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic intcountMatches(String string, String pattern) Count non-overlapping occurrences ofpatternin thestring.static booleanCheck if the string is null or empty.
-
Method Details
-
isEmpty
Check if the string is null or empty. -
countMatches
-