IBM
C2150-195 · Question #86
Click the Exhibit button. What is the appropriate regex to extract the TirneWritten field value from the payload?
The correct answer is D. TimeWritten=(. *?)\s. See the full explanation below for the reasoning.
Question
Click the Exhibit button. What is the appropriate regex to extract the TirneWritten field value from the payload?
Exhibit
Options
- AWritten=.*\s
- BTimeWritten=.*\s
- C(TimeWritten=. *?\s)
- DTimeWritten=(. *?)\s
How the community answered
(33 responses)- A3% (1)
- B12% (4)
- C6% (2)
- D79% (26)
Community Discussion
No community discussion yet for this question.
