Q90
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]##"
AnswerD.
strPart Like "##??##"
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board