Matching Start & End

  • + 1 comment

    Something is wrong with Test Case 2. Input: .1.2.2.. Output: false

    Regex: /\d\w{4}.$/ Does not match on RegExr.com Does not match when you test aginst custom input of: .1.2.2.. However when you submit it, it fails for test 2.

    Just my 5 hackos.