| Constructor and Description |
|---|
CaseUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAllUppercase(String word) |
static boolean |
isAllUppercase(String word,
Locale locale) |
static boolean |
isInitialUppercase(String word) |
static boolean |
isInitialUppercase(String word,
Locale locale) |
public CaseUtil()
public static boolean isAllUppercase(String word)
public static boolean isAllUppercase(String word, Locale locale)
public static boolean isInitialUppercase(String word)
public static boolean isInitialUppercase(String word, Locale locale)
Copyright © 2014. All rights reserved.