IBM
C2150-195 · Question #41
Using the regex (RecordNumber) = (. ?)\s',which capture group should be used to capture the digits?
The correct answer is C. 2. See the full explanation below for the reasoning.
Question
Using the regex * (RecordNumber) = (. *?)\s',which capture group should be used to capture the digits?
Options
- A0
- B1
- C2
- D3
How the community answered
(59 responses)- A5% (3)
- B3% (2)
- C81% (48)
- D10% (6)
Community Discussion
No community discussion yet for this question.