I would use the following regex pattern: ^user(?=.*@)(?=.*%)[A-Za-z0-9@%]{12,}[0-9]{4}$. Python script, using re.search :
確定! 回上一頁