Hello everyone,
once again I am stuck and need your help. This is probably related to RegEX with which I am very beginner.
Namely, I have the following table. It contains:
-product names (alphabet - except for one example which has M18 in its name)
-punctuation
-product numbers (always 10 alpha-numeric digits)
-quantity
My task is to have product names and product numbers on separate rows. All punctuation and information about quantity should be removed. (marked in red).
This is the original table:

This is what the table should look like:

I am asking for your help.