The correct answer is:
A. c(rgr)e
Explanation of the Regular Expression c(rgr)+e:
c: The string must start with the letter c.
(rgr)+:
The pattern rgr is grouped with parentheses.
The + quantifier means that the group rgr must appear at least once (one or more times).
e: The string must end with the letter e.
This section is not available anymore. Please use the main Exam Page.200-201 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
mgo28404
5 months ago3000bd6
7 months, 1 week ago