Class StringUtils
java.lang.Object
org.wikirate4j.utils.StringUtils
StringUtils Class contains methods to help us process certain string values
- Author:
- Vasiliki Gkatziaki
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if the given string is empty or nullstatic StringTransforms the given name to a wikirate friendly one
-
Constructor Details
-
StringUtils
public StringUtils()
-
-
Method Details
-
isBlank
Checks if the given string is empty or null- Parameters:
value-- Returns:
- boolean
-
transformToWikiRateFriendlyName
-