Evaluate the following expression using meta character for regular expression: ‘[AAle|ax.r$]’
Which two matches would be returned by this expression? (Choose two.)
A.
Alex
B.
Alax
C.
Alxer
D.
Alaxendar
E.
Alexender
Evaluate the following expression using meta character for regular expression: ‘[AAle|ax.r$]’
Which two matches would be returned by this expression? (Choose two.)
Evaluate the following expression using meta character for regular expression: ‘[AAle|ax.r$]’
Which two matches would be returned by this expression? (Choose two.)
A.
Alex
B.
Alax
C.
Alxer
D.
Alaxendar
E.
Alexender
Incorrect regular expression.
Should be ‘[^AAle|ax.r$]’ for DE answer