In this example, we add the ? metacharacter to our regex, in this case, a.?b.?c to denote that the . is optional (? means 0 or 1 instance of the preceding character).
NOTE: to replay, right click and select Play