public final class StringUtility extends Object
Utility class for manipulation on String objects.
| Modifier and Type | Method and Description |
|---|---|
static String |
lowerCaseFirstLetter(String str)
Converts the first character in the
String to its lower case
equivalent. |
Copyright © 2017. All rights reserved.