java.lang.Object
com.yuzhyn.azylee.core.datas.regexs.RegexTool

public class RegexTool extends Object
  • 构造器详细资料

    • RegexTool

      public RegexTool()
  • 方法详细资料

    • getMatchs

      public static List<String> getMatchs(String str, String reg)
      获取字符串中匹配的所有内容
      参数:
      str - 字符串内容
      reg - 正则表达式
      返回:
      返回
    • main

      public static void main(String[] args)