Regular expression sequence loosely translates to anything or nothing - Selenium

Q.  Which regular expression sequence loosely translates to "anything or nothing?"
- Published on 03 Aug 15

a. .* (dot star)
b. *. (star dot)
c. “?
d. *+

ANSWER: .* (dot star)

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)