Am embarrassed to ask this but RegEx is really my kryptonite.
I have a RegEx line that extracts just numbers from a string.
However, I need to tell it that I only want the numbers that come BEFORE a specific set of characters, let's say SDCSDC. Any numbers after that I do not want.
Can someone please help me? Thanks ahead.