

MCQOPTIONS
Saved Bookmarks
1. |
Generate a regular expression for the following problem statement:
|
A. | ^(?=.*[a-z])(?=.*[A-Z])(?=.* d).{8,15}$ |
B. | ^(?=.*[a-z])(?=.*[A-Z])(?=.* d).{9,16}$ |
C. | ^(?=.[a-z])(?=.[A-Z])(?=. d).{8,15}$ |
D. | None of the mentioned |
Answer» B. ^(?=.*[a-z])(?=.*[A-Z])(?=.* d).{9,16}$ | |