

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following regular expressions represents the set of strings which do not contain a substring ‘rt’ if ∑= {r, t} |
A. | (rt)* |
B. | (tr)* |
C. | (r*t*) |
D. | (t*r*) |
Answer» E. | |