Oracle
1Z0-409 · Question #37
Match the following Regular Expression Quantifiers with their appropriate values: 1) * 2) + 3) ? 4) {n} 5) {n,}
The correct answer is B. 1-d, 2-e, 3-a, 4-b, 5-c. See the full explanation below for the reasoning.
Question
Match the following Regular Expression Quantifiers with their appropriate values: 1) * 2) + 3) ? 4) {n} 5) {n,}
Options
- A1-e, 2-d, 3-a, 4-c, 5-b
- B1-d, 2-e, 3-a, 4-b, 5-c
- C1-a, 2-e, 3-d, 4-c, 5-b
- D1-d, 2-a, 3-e, 4-b, 5-c
- Ematch 1 or more times
How the community answered
(49 responses)- A4% (2)
- B78% (38)
- C12% (6)
- D2% (1)
- E4% (2)
Community Discussion
No community discussion yet for this question.