Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> counting digits in a string
I have a requirement that a user supplied password string contain at least
two digits. So far I have not been able to come up with a good way to count
the number of digits in a string. I would think some combination of
TRANSLATE
and something else could accomodate this. This would be a stored procedure
being called from an ASP page.
Any suggestions greatly appreciated. Received on Sat Nov 21 1998 - 19:22:56 CST
![]() |
![]() |