Matching Anything But a Newline

  • + 0 comments

    I think we have a wrong test cases here. pattern /(.{3}.){3}.{3}/ with string 1123.456.abc.def must return false. How can it return true In PHP and JavaScript it works wrong, but if I select python it works but failed in another cases.