Given the regular expression Find all the matching patterns
Given the regular expression: :?.? Find all the matching patterns (could be more than one):
a) :a?????????
b) eeeeeefffff?hhhh
c) aaa::??????
d) :?.\\?
e) none
Solution
Answer :none because it should have only single character. But no option is having single character.
