I have an input that can have only 2 values apple
or banana
. What regular expression can I use to ensure that either of the two words was submitted?
I have an input that can have only 2 values apple
or banana
. What regular expression can I use to ensure that either of the two words was submitted?