The correct answer is:
A. r(ege)x
The same as with Question #292
Explanation of the Regular Expression r(ege)+x:
r: The string must start with the letter r.
(ege)+:
The group (ege) must appear at least once (due to the + quantifier). This means one or more consecutive instances of the exact sequence ege are required.
x: The string must end with the letter x.
upvoted 1 times
...
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 ago