one test case is failing cant figure it out.
Wildcard pattern matching
Hey @sanjeevtalluri, do
String source = sc.next();
String pattern = sc.next(); 
use .next() instead of .nextLine();
           
           
           1 Like
         
         
      
    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();