Google Sheets Regular Expression String before a dot

Viewed 24

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

0 Answers
Related