public class StringUtil
extends java.lang.Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
fixCapitalization(java.lang.String inString)
Method to fix the case of the passed string
This will basically ensure only the first letter of each word is capitalized
|
public static java.lang.String fixCapitalization(java.lang.String inString)
inString - the string to capitalizeCopyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.