We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Java Regex 2 - Duplicate Words
Java Regex 2 - Duplicate Words
Sort by
recency
|
378 Discussions
|
Please Login in order to post a comment
i think the test fails because of whitespace changes, so once you get a solution, copy it to a text editor, then paste in only the changes to the comments to make sure you haven't changed anything else, that got the tests to pass for me, even though the output already matched
i guess the test is wrong. the expected output is exact as my generated input, anyway test dont pass.
public class DuplicateWords {
}
Do not change code other than three lines
import java.util.Scanner; import java.util.regex.Matcher; import java.util.regex.Pattern;
public class DuplicateWords {
}
import java.util.Scanner; import java.util.regex.Matcher; import java.util.regex.Pattern;
public class DuplicateWords {
}