Ad
  • Default User Avatar

    It means that your regex doesn't match all and only multiple of threes.

    There are some multiples of threes which would cause certain regex attempts to display false positives or false negatives.

    I suggest you write a test to find out with which multiples of threes and non-multiples of threes your regex doesn't work correctly for, and then figure out how to fix it.

  • Custom User Avatar

    My solution seems to work but when I try to submit it fails and I get this "Testing false positives and false negatives: Value is not what was expected". What does this mean? Is it checking for cheating? I'm not even trying to cheat at all. I literally only have one line of code and its an assignment of multipleOf3Regex to a regexp. Please help.