@Typed public class StringUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
replaceUpperCaseCharactersWithUnderscores(String baseKey)
Replaces all upper-case characters of the given key with an underscore and
the lower-case version of the character
|
public static String replaceUpperCaseCharactersWithUnderscores(String baseKey)
baseKey
- current keyCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.