public final class _CoreStringUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
camelCaseToUnderscored(String camelCaseName)
A deliberately very inflexible camel case to underscored converter; it must not convert improper camel case
names to a proper underscored name.
|
static int |
getIdentifierNamingConvention(String name) |
static boolean |
isUpperUSASCII(char c) |
static String |
toFTLIdentifierReferenceAfterDot(String name) |
static String |
toFTLTopLevelIdentifierReference(String name) |
static String |
toFTLTopLevelTragetIdentifier(String name) |
public static int getIdentifierNamingConvention(String name)
Configuration.CAMEL_CASE_NAMING_CONVENTION
, or Configuration.LEGACY_NAMING_CONVENTION
or, Configuration.AUTO_DETECT_NAMING_CONVENTION
when undecidable.public static String camelCaseToUnderscored(String camelCaseName)
public static boolean isUpperUSASCII(char c)
Copyright © 2016. All Rights Reserved.