MCQ
Q.
Dot operator in regular expression resembles which of the following?
Correct Answer: A
Dot operation or concatenation operation means that the two expressions are juxtaposed i.e. there are no intervening operators in between. In fact, UNIX regular expressions use the dot for an entirely different purpose: representing any ASCII character.
