Minimum 8 characters, maximum 10
Must contain at least one numeric character
Must contain at least one uppercase character
Must contain at least one lowercase character
I can get everything to work except for the maximum of 10.
Here is my expression:
ln_RegExp.searchpattern= '^.*(?=.{8,})(?=.*\d)(?=.*[A-Z])(?=.*[a-z]).*
$'
I have tried many different combinations, for example, {8,10} but no
such luck.
Any help would be much appreciated.
Thanks,
William.
http://www.sybase.com/detail_list?id=11507&pageNum=1&multi=true&show=1248