Matching Character Ranges

  • + 0 comments

    I got test case 6 wrong. I used ^[a-z][1-9][^a-z][^A-Z][A-Z] using python. The input for it is a0$?ZWe