MCPcopy Create free account
hub / github.com/LL4J/Filter4J / main

Method main

src/sample/Main.java:8–15  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

6
7public class Main {
8 public static void main(String[] args) {
9 Scanner scanner = new Scanner(System.in);
10 System.out.println("Filter4j 演示程序 已经启动!");
11 while (true) {
12 String str = scanner.nextLine();
13 System.out.println(TextFilter.isIllegal(str) ? "异常" : "正常");
14 }
15 }
16}

Callers

nothing calls this directly

Calls 1

isIllegalMethod · 0.95

Tested by

no test coverage detected