Quote:
Originally Posted by CWatkinsNash
Search & Replace - Regex
Field: Comments
Search: (.*)
Replace with: <a href="http://www.authorsite.com">Authorname</a> \1
Yeah, I know this is basic stuff but I'm just learning regex and I was rather proud of myself for figuring that all by myself. 
|
Attaboy! I'm still fortifying myself to delve into forum so I can find out how to search for last-added books (will when the burning need arises).
I'm somewhat reluctant to go to web for every little fact, so I'd probably use
<a href="C:\Documents and Settings\user\CalAuthors">Authorname</a>
as a link.
How to search so that all linkless books are found?
And, let's say I find 10 without links, all different authors - for every one I must go sort by author to copy link from other book, then paste it into linkless one. Next search finds 9 linkless books, etc.
(I'm more clicky than typey, especially if I have to type exact strings and paths and whatever. Copy/paste rules!)