Class CasingDetector
java.lang.Object
pl.put.poznan.jsontools.logic.casings.CasingDetector
Utility class providing casing scheme detector.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetectCasingScheme(String text) Decides what casing scheme has been used to write the string `text`.
-
Constructor Details
-
CasingDetector
public CasingDetector()
-
-
Method Details
-
detectCasingScheme
Decides what casing scheme has been used to write the string `text`.- Parameters:
text- The string to analyze- Returns:
- One of casing schemes or unknown if the scheme cannot be determined
-