In the fewest bytes possible, determine whether the two values given each match one of the following:
First value
2 string or integer - whichever you prefer to case insensitive too case insensitive two case insensitive t0 case insensitive (t zero) Second value
b case insensitive be case insensitive bee case insensitive b3 case insensitive Examples
2 'Bee' true '2' 'b' true 'not to' 'be' false 'that is' 'the question' false