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.Given the following regular expression:
String pattern = ".a.a.";matches method of this string returns true.Create a free account to access the full topic