testing regexp

This commit is contained in:
Mihai Moldovanu 2022-08-24 20:55:42 +03:00
parent a78b97c5c1
commit 43e77f9638

View File

@ -8,7 +8,11 @@ public class Main {
.concurrencyLimit(10, 0) .concurrencyLimit(10, 0)
.serve(":8080", sServ); .serve(":8080", sServ);
System.out.println("seems that this is async .... so we wait for connections"); System.out.println("seems that this is async .... so we wait for connections");
while( true) ; while(true); // whyyyyyy
}
// String gogu = new String("https://bablala.pagerduty.com/test35z");
// if (gogu.matches("^https?://(.*)$") )
// System.out.println("\n\n\n\nmatchesa\n\n\n\nadfasdfdasfasdfsdfdsf\n");
}
} }