

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following expressions evaluates to True when the strPart variable contains the string 123X45 ? |
A. | strPart Like 999[A-Z]99 |
B. | strPart Like ###### |
C. | strPart Like ###[A-Z]## |
D. | strPart Like ##??## |
Answer» D. strPart Like ##??## | |