Hello All,
Odd request this and my regex is failing me. I need to take a column and basically have the text string have as many " " as it does letters. (Appreciating this will be an empty field full of dynamic spaces depending on cell string length).
I did try REGEX_Replace([My data],"\.", " ") but I still get the text, What's the correct regex?
Thank you
Data:
| My Data | Length of String |
| To Check | 8 |
| My Birthday | 11 |
| Happy Birthday | 14 |