public class CharacterCaseUtil extends Object
| Constructor and Description |
|---|
CharacterCaseUtil() |
| Modifier and Type | Method and Description |
|---|---|
static double |
fractionOfStringUppercase(String input)
Of the characters in the string that have an uppercase form, how many are uppercased?
|
public static double fractionOfStringUppercase(String input)
input - Input string.0.0d meaning that all uppercasable characters are in
lowercase and 1.0d that all of them are in uppercase.Copyright © 2018. All rights reserved.