I have a string "öioajsdflöjskadf.cfg" where I would like to extract "öioajsdflöjskadf".
I know the formula REGEXTRACT gets me there. I just struggle finding the correct regular expression.
To be more precise: I want to extract everything before the "."
Can anyone help?
Best, Florian