Accept an input validate whether the password is matching. 2 uppercase alphabets from [C-X] excluding “I” 2 lowercase letters from [ a-z ]

前端 未结 0 1818
失恋的感觉
失恋的感觉 2020-12-22 00:18

I want it in python using Regex . Here is what I\'ve tried

Import re Password = input()

If re.fullmatch(r\'[(C-H)(J-X)(a-e)(g-h)(j-k)(m-n)(p-z)0-9!?"#$%@^

相关标签:
回答
  • 消灭零回复
提交回复
热议问题