

InterviewSolution
Saved Bookmarks
1. |
Generate the regular expression to match blank lines(a) / */(b) /bl(c) /^?/(d) /^(dollarSign)/The question was asked in an international level competition.Question is taken from Regular Expression in UNIX topic in portion Regular Expressions and Languages of Automata Theory |
Answer» Correct answer is (d) /^$/ |
|