GREP : Replace empty spaces
Hi !
I've been working on this all day and have been able to find only half an answer so I come here full of hope… ! 😃
I have a table which I import from Excel. In this table I have empty cells sometimes and I want to put a "-" in them.
I tried this grep request to find the empty spaces : (?<!.)$
Which seems to work, it finds empty spaces in the format I searching when I press "Next"
I tried to "replace" the empty spaces using : $0-
Which, oddly enough, works when I press "Replace" but doesn't when I press "Replace all"
Here is my problem then, how can I make it work all at once ? Since I don't want to replace them all at once… ^^''
Thanks in advance !
