Q. 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 "##??##"
πŸ’¬ Discuss
βœ… Correct Answer: (C) strPart Like "###[A-Z]##"

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
172
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ravi Shankar
Publisher
πŸ“ˆ
89%
Success Rate