IBM
C2090-304 · Question #58
What pattern would search from the end of the string to find a pattern that ends with a number?
The correct answer is C. ,^ | $. See the full explanation below for the reasoning.
Question
What pattern would search from the end of the string to find a pattern that ends with a number?
Options
- A*^
- B#^
- C,^ | $
- D#^ | $
How the community answered
(46 responses)- A7% (3)
- B4% (2)
- C72% (33)
- D17% (8)
Community Discussion
No community discussion yet for this question.