Use Regex to Replace Spaces In a Table Column
I have a table column that contains a variable quantity of spaces in each cell. I want to collapse those to a single space. I presume regex can eliminate those but I've never applied regex outside a column formula. Is this even the best approach and if so, how do I achieve it?