I'm trying to build a regular expression and it's a bit difficult.
I would like you to help me, and if possible explain how the computer works in relation to this expression I am asking.
I need to get everything at the beginning of a String, until a group of Strings is found, for example:
I want to get from the beginning of the String until it is found "2.8" or "6v" or "2p".
Thank you.