Oracle
1Z0-047 · Question #82
Given below is the list of meta character syntaxes and their descriptions in random order: Meta character syntax Description 1) ^a) Matches character not in the list 2) [^...] b) Matches character…
The correct answer is A. 1-b, 2-a, 3-d, 4-c. See the full explanation below for the reasoning.
Question
Given below is the list of meta character syntaxes and their descriptions in random order: Meta character syntax Description 1) ^a) Matches character not in the list 2) [^...] b) Matches character when it occurs at the beginning of a line 3) | c) Treats the subsequent meta character as a literal 4) \ d) Matches one of the characters such as the OR operator Identify the option that correctly matches the meta character syntaxes with their descriptions.
Options
- A1-b, 2-a, 3-d, 4-c
- B1-a, 2-b, 3-d, 4-c
- C1-d, 2-b, 3-a, 4-c
- D1-b, 2-c, 3-d, 2-a
How the community answered
(48 responses)- A83% (40)
- B10% (5)
- C2% (1)
- D4% (2)
Community Discussion
No community discussion yet for this question.