*
?
match("fi*de", "firecode") ==> "true"
public static boolean match(String first, String second ) { }