There is some exported spreadsheet with numbers, preceding with space. Some spaces also divide thousands, even it's not written in their format.
The combination of space and digit can by find via
([:space:][:digit:])
But trying to replace the combination with the same digit fails. The [:digit:] in replacement string is considered as the text "[:digit:]". The & is considered as the whole search criterion. Trying to mark a part of search criterion with ()\1 failed.

How can I make a replacement with part of the search criterion?

--
With respect
Alexander Rabtchevich

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to