Which strings match the pattern

Report a typo

Given the following regular expression:


String pattern = ".a.a.";
Select all strings that match it, i.e. calling the matches method of this string returns true.
Select one or more options from the list
___

Create a free account to access the full topic