Wildcard pattern matching

one test case is failing cant figure it out.

Hey @sanjeevtalluri, do

String source = sc.next();
String pattern = sc.next(); 

use .next() instead of .nextLine();

1 Like