Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Expressions using the vbscript.regexp class in PB - Strong password

24 views
Skip to first unread message

Will

unread,
Apr 15, 2011, 5:22:43 PM4/15/11
to
I'm setting a strong password in our PB 11.2 application with these
conditions:

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.

bruce.a...@yahoo.com

unread,
May 5, 2011, 10:01:04 PM5/5/11
to
This group is no longer active on the Sybase server. In addition, the feed between Google and the Sybase server is not currently working. If you post
through Goolge the post will never show up on the Sybase server, and most
people who answer questions in that group will never see it.
Instead, you may want to access the Sybase newsgroups directly at:

http://www.sybase.com/detail_list?id=11507&pageNum=1&multi=true&show=1248

0 new messages