Select a regular expression to match all the strings below, i.e. calling the matches() method of a string returns true.
".java"
".oyou"
But the following string should not be matched.
"1abcd"Select a regular expression to match all the strings below, i.e. calling the matches() method of a string returns true.
".java"
".oyou"
But the following string should not be matched.
"1abcd"Create a free account to access the full topic