public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toUpperCaseAt(String oldString,
int index)
Replace character at given index with the same character to upper case
|
public static String toUpperCaseAt(String oldString, int index) throws NullPointerException, StringIndexOutOfBoundsException
oldString - old stringindex - of replacementStringIndexOutOfBoundsException - NullPointerExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.