Class StringUtils
java.lang.Object
io.micronaut.projectgen.core.utils.StringUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
countOccurrences
(String text, String searchStr) static String
-
Method Details
-
randomString
- Returns:
- a random string without using UUID, which brings in crypto libs and bulks up the web image size
-
countOccurrences
-