StringUtils.lowerCase¶
Signature: StringUtils.lowerCase(inputString)
Returns: String result - the lowercased inputString, or null if inputString is null
Converts inputString to lower case. A null inputString returns null.
Parameters¶
| Type | Name | Description | Default |
|---|---|---|---|
| String | inputString | the String to lower case, may be null |