On 27 October 2013 19:24, Brian Barker <b.m.bar...@btinternet.com> wrote:

> If you want to refer to the entire matched string using $1, you must use
> (\d*) as your search string.  But - easier than that - you can always refer
> to the entire matched string using the ampersand: & (or you can use $0).  In
> that case the parentheses are unnecessary in the search string: you would
> search for \d* and replace with &\t.

Perfect.

> I trust this helps.

Indeed. Many thanks.



-- 
T. R. Valentine
A rich heart may be under a poor coat.

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to