|
@@ -930,9 +930,9 @@ public class AnalysisServiceImpl implements AnalysisService {
|
|
|
// list.add("123.html");
|
|
|
// list = list.stream().filter(item -> !item.endsWith(".png")).collect(Collectors.toList());
|
|
|
// System.out.println(list);
|
|
|
- Matcher matcher = Pattern.compile(ENGINE_CODE_PATTEN).matcher("1231231231/12312/WEM00001");
|
|
|
- String result = matcher.find() ? matcher.group() : "";
|
|
|
- System.out.println(result);
|
|
|
+// Matcher matcher = Pattern.compile(ENGINE_CODE_PATTEN).matcher("1231231231/12312/WEM00001");
|
|
|
+// String result = matcher.find() ? matcher.group() : "";
|
|
|
+// System.out.println(result);
|
|
|
}
|
|
|
|
|
|
}
|