public class StringCaseUtils extends Object
| Constructor and Description |
|---|
StringCaseUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
sentenceCase(String text) |
static String |
textCase(String text,
boolean capitalizeAllWords) |
static String |
titleCase(String text) |
Copyright © 2022. All rights reserved.