nerdexam
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)
  • A
    7% (3)
  • B
    4% (2)
  • C
    72% (33)
  • D
    17% (8)

Community Discussion

No community discussion yet for this question.

Full C2090-304 Practice