Hi,
I've searched various posts but couldn't find an answer that worked. I have a string of data, "1/FundName-Class", and I want to extract everything left of the / using regex_replace. The numbers go from 1-47000 so a LEFT function won't work. Any help is appreciated.