类 CaseUtil


  • public final class CaseUtil
    extends Object
    This util class can transfer string to a specific pattern.
    作者:
    TheodoreHills
    • 方法详细资料

      • Underline

        public static String Underline​(String str)
        Transfer camel strings to underlined string
        参数:
        str - the string will be transferred
        返回:
        the result
      • LowerCamel

        public static String LowerCamel​(String str)
        Transfer underlined string to camel string
        参数:
        str - the string will be transferred
        返回:
        the result