Select all the regular expressions that:
1) match all the following strings (calling the matches method on these strings must return true):
"12ab"
"13bb"
"14cb"
2) do not match any of the strings below:
"12ac"
"24cb"Select all the regular expressions that:
1) match all the following strings (calling the matches method on these strings must return true):
"12ab"
"13bb"
"14cb"
2) do not match any of the strings below:
"12ac"
"24cb"Create a free account to access the full topic