What would be the regex for this type of names

These are old archives. They are kept for historic purposes only.
Post Reply
SLipKnOt
Posts: 42
Joined: Sat Apr 10, 2004 6:43 pm
Location: Bangladesh , dhaka
Contact:

What would be the regex for this type of names

Post by SLipKnOt »

What would be the perfect regex for this type of names..please help me out

qZ8kx4F11 ([email protected]) [clients]
qB2nu3L38 ([email protected]) [clients]
oS8qe4H49 ([email protected]) [clients]
sL7dq6U45 ([email protected]) [clients]
kU3vu4X36 ([email protected]) [clients]
mU6wa6Y76 ([email protected]) [clients]
yK4jj6I34 ([email protected]) [clients]

Thanks
./SLipKnOt --help
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: What would be the regex for this type of names

Post by Stealth »

Code: Select all

(?-i)^[a-z][A-z]\d[a-z][a-z]\d[A-Z]\d\d!
Post Reply