Select all regular expressions to match all the following strings, i.e., calling the matches method on these strings must return true.
"cat"
"bat"
"rat"
However, the string below should not be a match:
"tat"Select all regular expressions to match all the following strings, i.e., calling the matches method on these strings must return true.
"cat"
"bat"
"rat"
However, the string below should not be a match:
"tat"Create a free account to access the full topic