I have a requirement to match a string having these elements. Number will be changing in the input, so we have to ignore it.
Contains 28 OZ
But my input string is This bag Contains 42 Oz of marbles
So regEx has to check if this string has these elements Contains
some number and OZ
with case insensitive
Any suggestion are appreciated