Hi All,
I want to extract only the quantity of a product (number), if that quantity is immediately succeeded by any of these values - KG or OZ or CL or LT or LTR or M. So the below regex should give only 50. But the below regex is producing both number and text values, which is quite obvious. Now, how can I use OR i.e. | symbol without having to code them between brackets.