I have tried this
Field: _ALL
Original: "\s*"
Replace With:
Checkboxes left unchecked
And it is not removing leading spaces. What did I miss?
Thanks
I have tried this
Field: _ALL
Original: "\s*"
Replace With:
Checkboxes left unchecked
And it is not removing leading spaces. What did I miss?
Thanks
Sorry if this sounds stupid, but are you using RegEx replace or normal text replace? The above setting works here (although it replaces ALL spaces). If you want to remove leading spaces only, you would have to use "^\s*".
Okay it was switching to "Regular Expression" that did the trick. Sorry. First timer. Thanks for help
Tom