Q949
Which of the following expression is a correct wildcard pattern if we want an expression in which the last character is not numeric?
A.
*[!0]
B.
*[0-9]
C.
[0-9]
D.
*[!0-9]
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board