testing regexp
This commit is contained in:
parent
a78b97c5c1
commit
43e77f9638
@ -8,7 +8,11 @@ public class Main {
|
||||
.concurrencyLimit(10, 0)
|
||||
.serve(":8080", sServ);
|
||||
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");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user