Constructor and Description |
---|
CharUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isSubscript(char inChar)
Returns whether the specified character is a unicode subscript character.
|
static boolean |
isSuperscript(char inChar)
Returns whether the specified character is a unicode superscript character.
|
public CharUtil()
public static boolean isSuperscript(char inChar)
public static boolean isSubscript(char inChar)
jataylor@hairyfatguy.com