24 Jan 2014 at 16:39 #1 Johnnytoxic Johnnytoxic Permabanned Joined 13 Nov 2006 Posts 5,798 Anyone know how to query at least two uppercase and two numbers on a line? Doesn't matter which way around they are.
Anyone know how to query at least two uppercase and two numbers on a line? Doesn't matter which way around they are.
24 Jan 2014 at 22:06 #2 Johnnytoxic Johnnytoxic Permabanned OP Joined 13 Nov 2006 Posts 5,798 Kindly got my answer from a Regex IRC channel. Is there just everything on the Internet. ^(?=.*[A-Z].*[A-Z])(?=.*[0-9].*[0-9]).*$
Kindly got my answer from a Regex IRC channel. Is there just everything on the Internet. ^(?=.*[A-Z].*[A-Z])(?=.*[0-9].*[0-9]).*$