Package de.cuioss.test.valueobjects.util
Class StringCaseShuffler
java.lang.Object
de.cuioss.test.valueobjects.util.StringCaseShuffler
Simple Helper that shuffle lower / uppercase for strings.
- Author:
- Oliver Wolff
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
shuffleCase
(String toShuffle) Shuffles the case of a given string.
-
Constructor Details
-
StringCaseShuffler
public StringCaseShuffler()
-
-
Method Details
-
shuffleCase
Shuffles the case of a given string. Shuffling is done for every Character that is aCharacter.isAlphabetic(int)
- Parameters:
toShuffle
- ifnull
or empty the given String will be returned- Returns:
- the shuffled string
-