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