A DESCRIPTION OF THE PROBLEM :
- In java.util.regex.Matcher.hitEnd() method documentation, in return section, in the following sentence "true iff the end of input was hit in the last match; false otherwise" the word 'iff' should replaced by 'if'.
- In java.util.regex.Matcher.requireEnd() method documentation, in return section, in the following sentence "true iff more input could change a positive match into a negative one." the word 'iff' should replaced by 'if'.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/9/docs/api/java/util/regex/Matcher.html
- In java.util.regex.Matcher.hitEnd() method documentation, in return section, in the following sentence "true iff the end of input was hit in the last match; false otherwise" the word 'iff' should replaced by 'if'.
- In java.util.regex.Matcher.requireEnd() method documentation, in return section, in the following sentence "true iff more input could change a positive match into a negative one." the word 'iff' should replaced by 'if'.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/9/docs/api/java/util/regex/Matcher.html