Que: 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: strPart Like “###[A-Z]##”

Leave a Comment