Class StrKit

java.lang.Object
com.iohao.net.common.kit.StrKit

public class StrKit extends Object
Author:
渔民小镇
date:
2022-05-28
  • Constructor Details

    • StrKit

      public StrKit()
  • Method Details

    • firstCharToUpperCase

      public String firstCharToUpperCase(String value)
    • firstCharToLowerCase

      public String firstCharToLowerCase(String value)
    • isEmpty

      public boolean isEmpty(String str)
    • isEmpty

      public boolean isEmpty(CharSequence str)
    • isNotEmpty

      public boolean isNotEmpty(String str)
    • format

      public String format(@NonNull String template, @NonNull Map<?,?> map)