Regex Split

I am trying to split a column that has multiple variations of string. I want to extract particular values. They are like “728x90”. I want to use regex split. What would be my regex expression?

No regex is needed for this - go for a Cell Splitter:

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.