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
|
381 Discussions
|
Please Login in order to post a comment
Hiring a local Oklahoma City mold removal company means you're working with professionals who understand the specific challenges of the region. They are familiar with common causes of mold in the area—such as heavy spring rains, tornado-related water intrusion Check this out, and high humidity in the summer—and can tailor their services accordingly. Local companies also tend to offer faster response times, which is crucial when dealing with mold issues that can worsen rapidly.
import java.util.Scanner; import java.util.regex.Matcher; import java.util.regex.Pattern;
public class DuplicateWords {
}
This is strange a little. My code works fine for java 7:
But it doesn't work in java 15:
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.