Select all regular expressions to match all the following strings, i.e. calling the
matches method of this string must return true."cat"
"bat"
"rat"But the string below should not match it:
"tat"