Hi,
Is there a regex that will allow me to check the same digit in a variable?
0
0000
11
111
2222
22222
.
.
.
999
999999
99999999
Basically, if the variable contains only the same digit repeating an unknown number of times, the IF regex logic should return true. The only thing I could think of right now is I probably need to do the checking for each digit separately.
Thanks
Mike
Is there a regex that will allow me to check the same digit in a variable?
0
0000
11
111
2222
22222
.
.
.
999
999999
99999999
Basically, if the variable contains only the same digit repeating an unknown number of times, the IF regex logic should return true. The only thing I could think of right now is I probably need to do the checking for each digit separately.
Thanks
Mike