I\'m trying to come up with a regex that helps me validate a Blood Group field - which should accept only A[+-], B[+-], AB[+-] and O[+-].
Here\'s th
For case insensitive within html pattern attribute you may try this
([AaBbOo]|[Aa][Bb])[\+-]