类 RegexUtils

java.lang.Object
cn.gomro.commons.utils.RegexUtils

public class RegexUtils extends Object
作者:
AdamYao
  • 构造器详细资料

    • RegexUtils

      private RegexUtils()
  • 方法详细资料

    • notNull

      public static boolean notNull(String str)
      非空验证频率最高直接调用
    • check

      public static boolean check(String pattern, String str)
      匹配是否符合正则表达式pattern 匹配返回true