Given the following regular expression:
String pattern = "ja?a";
Select one or more strings that are matched by it, i.e. calling the matches() method of a string returns true.
Given the following regular expression:
String pattern = "ja?a";
Select one or more strings that are matched by it, i.e. calling the matches() method of a string returns true.
Create a free account to access the full topic