IBM
A2150-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
(47 responses)- A4% (2)
- B9% (4)
- C74% (35)
- D13% (6)
Community Discussion
No community discussion yet for this question.