What is a positive lookahead assertion in a regular expression?
-
A
A zero-width assertion that matches a position only if a specified pattern follows it
-
B
A group that captures and remembers a match for later
-
C
A backwards search that checks what came before the match
-
D
A flag that makes the regex look for multiple matches